Skip to content

Commit 3e22047

Browse files
grendel513cneill
andauthored
Update test_pip_audit_parser.py
Co-authored-by: Charles Neill <1749665+cneill@users.noreply.github.com>
1 parent 253b6a7 commit 3e22047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/tools/test_pip_audit_parser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def test_parser_many_vulns(self):
7070
vulnerability_ids = finding.unsaved_vulnerability_ids
7171
self.assertEqual(1, len(vulnerability_ids))
7272
self.assertEqual('PYSEC-2021-852', vulnerability_ids[0])
73-
self.assertEqual(1352, finding.cwe)
73+
self.assertEqual(1395, finding.cwe)
7474
self.assertEqual('Medium', finding.severity)
7575
self.assertEqual('lxml', finding.component_name)
7676
self.assertEqual('4.6.4', finding.component_version)

0 commit comments

Comments
 (0)