Skip to content

Commit 0cc8f61

Browse files
committed
Add the missing datasource_id
Signed-off-by: ziad hany <ziadhany2016@gmail.com>
1 parent 48f1029 commit 0cc8f61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vulnerabilities/pipelines/v2_importers/cvelistv5_importer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
class CVEListV5ImporterPipeline(VulnerableCodeBaseImporterPipelineV2):
2525
pipeline_id = "cvelistv5_importer_v2"
26+
datasource_id = "cvelistv5"
2627
# license PR: https://github.com/CVEProject/cvelistV5/pull/65
2728
spdx_license_expression = "CC0-1.0"
2829
license_url = "https://github.com/CVEProject/cvelistV5/blob/main/LICENSE"

0 commit comments

Comments
 (0)