cve-search / vulnerability-lookup

Vulnerability-Lookup facilitates quick correlation of vulnerabilities from various sources, independent of vulnerability IDs, and streamlines the management of Coordinated Vulnerability Disclosure (CVD).
https://vulnerability.circl.lu
GNU Affero General Public License v3.0
136 stars 16 forks source link

CWE and CAPEC (as a source?) #77

Open adulau opened 1 month ago

adulau commented 1 month ago

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?

Rafiot commented 2 weeks ago

The XMLs seem to be relatively simple, so it should be somewhat doable to just turn them to json without loosing much/anything.

And they seem to have proper IDs so storing them that way should be doable.