ishiDACo / vulsrepo

VulsRepo is visualized based on the json report output in vuls.
MIT License
31 stars 14 forks source link

Display `attack range` in `debian_security_tracker` #215

Closed ishiDACo closed 3 years ago

ishiDACo commented 3 years ago

debian_security_tracker does not have cvss2Vector and cvss3Vector. but it has attack range.

I would like to display AV:* or attack range as Attack in the pivot table.

"debian_security_tracker": {
                    "type": "debian_security_tracker",
                    "cveID": "CVE-2004-0230",
                    "title": "",
                    "summary": "TCP, when using a large Window Size, makes it easier for remote attackers to guess sequence numbers and cause a denial of service (connection loss) to persistent TCP connections by repeatedly injecting a TCP RST packet, especially in protocols that use long-lived connections, such as BGP.",
                    "cvss2Score": 0,
                    "cvss2Vector": "",
                    "cvss2Severity": "unimportant",
                    "cvss3Score": 0,
                    "cvss3Vector": "",
                    "cvss3Severity": "unimportant",
                    "sourceLink": "https://security-tracker.debian.org/tracker/CVE-2004-0230",
                    "published": "0001-01-01T00:00:00Z",
                    "lastModified": "0001-01-01T00:00:00Z",
                    "optional": {
                        "attack range": "local"
                    }
                },