ishiDACo / vulsrepo

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

CweID link broken #216

Closed ishiDACo closed 3 years ago

ishiDACo commented 3 years ago

image

CWE-287->CWE-306 links to https://cwe.mitre.org/data/definitions/287-%3ECWE-306. 404 Not Found.

The correct way is to split and link as follows CWE-287->CWE-306 https://cwe.mitre.org/data/definitions/287. https://cwe.mitre.org/data/definitions/306.

"redhat": {
                    "type": "redhat",
                    "cveID": "CVE-2020-10754",
                    "title": "RHSA-2020:3011: NetworkManager security and bug fix update (Moderate)",
                    "summary": "NetworkManager is a system network service that manages network devices and connections, attempting to keep active network connectivity when available. Its capabilities include managing Ethernet, wireless, mobile broadband (WWAN), and PPPoE devices, as well as providing VPN integration with a variety of different VPN services.\n\nSecurity Fix(es):\n\n* NetworkManager: user configuration not honoured leaving the connection unauthenticated via insecure defaults (CVE-2020-10754)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nBug Fix(es):\n\n* NetworkManager doesn't reconnect after DHCP failure (BZ#1843357)",
                    "cvss2Score": 0,
                    "cvss2Vector": "",
                    "cvss2Severity": "",
                    "cvss3Score": 4.3,
                    "cvss3Vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
                    "cvss3Severity": "Moderate",
                    "sourceLink": "https://access.redhat.com/security/cve/CVE-2020-10754",
                    "references": [
                        {
                            "link": "https://access.redhat.com/errata/RHSA-2020:3011",
                            "source": "RHSA",
                            "refID": "RHSA-2020:3011"
                        },
                        {
                            "link": "https://access.redhat.com/security/cve/CVE-2020-10754",
                            "source": "CVE",
                            "refID": "CVE-2020-10754"
                        }
                    ],
                    "cweIDs": [
                        "CWE-287-\u003eCWE-306"
                    ],
                    "published": "2020-07-21T00:00:00Z",
                    "lastModified": "2020-07-21T00:00:00Z"
                },