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 575a911 commit d964334Copy full SHA for d964334
vulnerabilities/pipelines/v2_importers/cloudvulndb_importer.py
@@ -30,7 +30,7 @@
30
class CloudVulnDBImporterPipeline(VulnerableCodeBaseImporterPipelineV2):
31
"""Collect cloud vulnerabilities from the public CloudVulnDB RSS feed."""
32
33
- pipeline_id = "cloudvulndb_importer"
+ pipeline_id = "cloudvulndb_importer_v2"
34
spdx_license_expression = "CC-BY-4.0"
35
license_url = "https://github.com/wiz-sec/open-cvdb/blob/main/LICENSE.md"
36
repo_url = "https://github.com/wiz-sec/open-cvdb"
0 commit comments