Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python-dateutil>=2.8.0 # Date parsing utilities
impacket>=0.11.0 # SMB probe enumeration support
pyasn1>=0.6.3 # Security fix: avoid vulnerable recursion DoS in <=0.6.2
pyOpenSSL>=26.0.0 # Security fix: reject oversized DTLS cookie callback values
cryptography==46.0.6 # Security fix: pin patched version to prevent transitive resolution to 46.0.5
cryptography==46.0.7 # Security fix: pin patched version to prevent transitive resolution to 46.0.5
requests>=2.33.0,<3.0.0 # Security fix: avoid predictable temp extraction path in <2.33.0
# Pygments is intentionally not included in runtime requirements.
# Current advisory for <=2.19.2 has no patched release; project runtime does not import it.
Expand Down
Loading