File tree Expand file tree Collapse file tree
vulnerabilities/pipelines/v2_importers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636class GitLabImporterPipeline (VulnerableCodeBaseImporterPipelineV2 ):
3737 """Collect advisory from GitLab Advisory Database (Open Source Edition)."""
3838
39- pipeline_id = "gitlab_importer "
39+ pipeline_id = "gitlab_importer_v2 "
4040
4141 spdx_license_expression = "MIT"
4242 license_url = "https://gitlab.com/gitlab-org/advisories-community/-/blob/main/LICENSE"
Original file line number Diff line number Diff line change 2121class PyPIImporterPipeline (VulnerableCodeBaseImporterPipelineV2 ):
2222 """Collect advisories from PyPI."""
2323
24- pipeline_id = "pysec_importer "
24+ pipeline_id = "pysec_importer_v2 "
2525
2626 license_url = "https://github.com/pypa/advisory-database/blob/main/LICENSE"
2727 url = "https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip"
You can’t perform that action at this time.
0 commit comments