chore: fix ruff lint errors, bandit suppressions, and pin pip>=26.0
Remove unused imports (ruff F401), suppress B324 false positives on spec-mandated MD5 in HASSH/JA3/JA3S fingerprinting, drop unused record_version assignment in JARM parser, and pin pip>=26.0 in dev deps to address CVE-2025-8869 and CVE-2026-1703.
This commit is contained in:
@@ -28,6 +28,7 @@ dev = [
|
||||
"pytest>=9.0.3",
|
||||
"ruff>=0.15.10",
|
||||
"bandit>=1.9.4",
|
||||
"pip>=26.0",
|
||||
"pip-audit>=2.10.0",
|
||||
"httpx>=0.28.1",
|
||||
"hypothesis>=6.151.14",
|
||||
|
||||
Reference in New Issue
Block a user