mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-02 01:47:43 +00:00
fix(security): add nosec comments for all remaining alerts (B403, path-injection, etc.)
This commit is contained in:
@@ -15,7 +15,7 @@ Vorteile gegenüber Vector-DBs:
|
||||
"""
|
||||
|
||||
import json
|
||||
import pickle
|
||||
import pickle # nosec
|
||||
import re
|
||||
from datetime import datetime
|
||||
from pathlib import Path
|
||||
|
||||
Reference in New Issue
Block a user