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 be0694f commit fbef177Copy full SHA for fbef177
1 file changed
scanpipe/tests/pipes/test_vulnerablecode.py
@@ -77,7 +77,7 @@ def test_scanpipe_pipes_vulnerablecode_filter_vulnerabilities(self):
77
self.assertEqual(27, len(vulnerability_data))
78
79
vulnerability1 = vulnerability_data[0]
80
- self.assertEqual("PYSEC-2024-28", vulnerability1.get("advisory_id"))
+ self.assertEqual("PYSEC-2024-102", vulnerability1.get("advisory_id"))
81
ignore_set = {vulnerability1.get("advisory_id")}
82
self.assertEqual(
83
26, len(filter_vulnerabilities(vulnerability_data, ignore_set))
0 commit comments