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 7b1fdd1 commit e89b6feCopy full SHA for e89b6fe
vulntotal/datasources/snyk.py
@@ -60,7 +60,7 @@ def supported_ecosystem(cls):
60
"npm": "npm",
61
"nuget": "nuget",
62
"pypi": "pip",
63
- "rubygems": "rubygems",
+ "gem": "rubygems",
64
# any purl.type not in supported_ecosystem shall implicitly be treated as unmanaged type
65
"unmanaged": "unmanaged",
66
}
vulntotal/tests/test_snyk.py
@@ -30,7 +30,7 @@ def test_generate_package_advisory_url(self):
30
"pkg:nuget/moment.js@2.18.0",
31
"pkg:cocoapods/ffmpeg@0.2",
32
"pkg:hex/coherence@0.2.1",
33
- "pkg:rubygems/log4j-jars@0.2",
+ "pkg:gem/log4j-jars@0.2",
34
"pkg:unmanaged/firefox@8.9.1",
35
]
36
results = [
0 commit comments