Vulnerability-Lookup facilitates quick correlation of vulnerabilities from various sources, independent of vulnerability IDs, and streamlines the management of Coordinated Vulnerability Disclosure (CVD).
Importing CWE and CAPEC as kind of source (like KEV) to allow expanding CWE and CAPEC from the vulnerability when these have a referecent to CWE and CAPEC. (At least the CVE have it maybe some other)
Expanding CWE and CAPEC from the web ui (maybe also the API)
Now the dirty part, the sources for CWE and CAPEC are in XML format:
If we import it in vulnerability-lookup, we will have a JSON dumps ;-) Not a big fan of storing the XML element in vulnerability-lookup. Not sure what's best. @Rafiot @cedricbonhomme what's your feelings there?
Overall idea (open to discussion):
Now the dirty part, the sources for CWE and CAPEC are in XML format:
If we import it in vulnerability-lookup, we will have a JSON dumps ;-) Not a big fan of storing the XML element in vulnerability-lookup. Not sure what's best. @Rafiot @cedricbonhomme what's your feelings there?