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 f800499 commit 95ef0b5Copy full SHA for 95ef0b5
vulnerabilities/pipelines/gitlab_importer.py
@@ -34,6 +34,10 @@
34
35
36
class GitLabImporterPipeline(VulnerableCodeBaseImporterPipeline):
37
+ """Collect advisory from GitLab Advisory Database (Open Source Edition)."""
38
+
39
+ pipeline_id = "gitlab_importer"
40
41
spdx_license_expression = "MIT"
42
license_url = "https://gitlab.com/gitlab-org/advisories-community/-/blob/main/LICENSE"
43
importer_name = "GitLab Importer"
0 commit comments