Skip to content

Commit

Permalink
added example for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Samk1710 committed Nov 26, 2024
1 parent 6d5fb80 commit dfb71a1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vulnerabilities/pipelines/vmwarephoton_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@
class VMWAREPHOTONImporterPipeline(VulnerableCodeBaseImporterPipeline):
"""Collect advisories from VMWARE_PHOTON."""

'''
EXAMPLE:
{
"cve_id": "CVE-2020-11979",
"pkg": "apache-ant",
"cve_score": 7.5,
"aff_ver": "all versions before 1.10.8-2.ph1 are vulnerable",
"res_ver": "1.10.8-2.ph1"
}
'''

pipeline_id = "vmwarephoton_importer"
repo_url = "https://github.com/vmware/photon/wiki/Security-Advisories"
spdx_license_expression = "CC BY-SA 4.0"
Expand Down

0 comments on commit dfb71a1

Please sign in to comment.