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 594ca0b commit 25a3f0eCopy full SHA for 25a3f0e
vulnerabilities/importers/osv.py
@@ -139,7 +139,7 @@ def parse_advisory_data_v2(
139
purl = get_affected_purl(affected_pkg=affected_pkg, raw_id=advisory_id)
140
141
affected_version_range = None
142
- if purl and purl.type not in supported_ecosystems:
+ if purl and purl.type in supported_ecosystems:
143
affected_version_range = get_affected_version_range(
144
affected_pkg=affected_pkg,
145
raw_id=advisory_id,
0 commit comments