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 bcd01d0 commit 5386adcCopy full SHA for 5386adc
vulnerabilities/pipelines/github_importer.py
@@ -37,6 +37,8 @@
37
class GitHubAPIImporterPipeline(VulnerableCodeBaseImporterPipeline):
38
"""Collect GitHub advisories."""
39
40
+ pipeline_id = "github_importer"
41
+
42
spdx_license_expression = "CC-BY-4.0"
43
license_url = "https://github.com/github/advisory-database/blob/main/LICENSE.md"
44
importer_name = "GHSA Importer"
0 commit comments