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 0e1cc31 commit 5c35342Copy full SHA for 5c35342
vulnerabilities/importers/osv.py
@@ -168,7 +168,7 @@ def parse_advisory_data_v2(
168
logger.error(f"Unsupported package type: {purl!r} in OSV: {advisory_id!r}")
169
continue
170
171
- if fixed_version_range or affected_version_range:
+ if fixed_version_range or affected_version_range or fixed_by_commits or affected_by_commits:
172
affected_packages.append(
173
AffectedPackageV2(
174
package=purl,
0 commit comments