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 8801c90 commit f9672deCopy full SHA for f9672de
1 file changed
vulnerabilities/pipelines/v2_importers/github_importer.py
@@ -114,13 +114,13 @@ def steps(cls):
114
return (cls.collect_and_store_advisories,)
115
116
package_type_by_github_ecosystem = {
117
- # "MAVEN": "maven",
118
- # "NUGET": "nuget",
119
- # "COMPOSER": "composer",
120
- # "PIP": "pypi",
121
- # "RUBYGEMS": "gem",
+ "MAVEN": "maven",
+ "NUGET": "nuget",
+ "COMPOSER": "composer",
+ "PIP": "pypi",
+ "RUBYGEMS": "gem",
122
"NPM": "npm",
123
- # "RUST": "cargo",
+ "RUST": "cargo",
124
# "GO": "golang",
125
}
126
0 commit comments