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 48f1029 commit 0cc8f61Copy full SHA for 0cc8f61
1 file changed
vulnerabilities/pipelines/v2_importers/cvelistv5_importer.py
@@ -23,6 +23,7 @@
23
24
class CVEListV5ImporterPipeline(VulnerableCodeBaseImporterPipelineV2):
25
pipeline_id = "cvelistv5_importer_v2"
26
+ datasource_id = "cvelistv5"
27
# license PR: https://github.com/CVEProject/cvelistV5/pull/65
28
spdx_license_expression = "CC0-1.0"
29
license_url = "https://github.com/CVEProject/cvelistV5/blob/main/LICENSE"
0 commit comments