There was an error while loading. Please reload this page.
1 parent 2bff601 commit c6e60a7Copy full SHA for c6e60a7
1 file changed
vulnerabilities/import_runner.py
@@ -212,7 +212,6 @@ def _bulk_insert_impacted_and_resolved_packages(
212
213
for advisory in batch:
214
vuln = _advisory_to_vulnerability(advisory, vulnerabilities)
215
- vulnerabilities.remove(vuln) # minor optimization
216
217
for impacted_purl in advisory.impacted_package_urls:
218
# TODO Figure out when/how it happens that a package is missing from the dict and fix it
0 commit comments