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 cd2854c commit 818d94aCopy full SHA for 818d94a
vulnerabilities/importers/osv.py
@@ -313,7 +313,7 @@ def get_affected_purl(affected_pkg, raw_id):
313
namespace = ""
314
if purl_type == "maven":
315
namespace, _, name = name.partition(":")
316
- if ecosys in ["almalinux:8","almalinux:9" , "almalinux:10"]:
+ if ecosys in ["almalinux:8", "almalinux:9", "almalinux:10"]:
317
namespace = "almalinux"
318
319
purl = PackageURL(type=purl_type, namespace=namespace, name=name)
0 commit comments