We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e62fb commit d80186aCopy full SHA for d80186a
test/docker/pip-requirements.txt
@@ -6,4 +6,8 @@ pydot==1.4.2
6
pyyaml==6.0.1
7
passlib==1.7.4
8
requests~=2.32.4
9
+# GHSA-cq46-m9x9-j8w2: scapy <=2.6.1 has pickle deserialization vuln in session
10
+# loading (-s flag). Low risk: test framework only uses packet crafting (Ether,
11
+# sendp, LLDP), not session loading. Update to 2.7.0+ when available on PyPI.
12
+# https://github.com/advisories/GHSA-cq46-m9x9-j8w2
13
scapy==2.6.1
0 commit comments