aboutcode-org / vulnerablecode

A free and open vulnerabilities database and the packages they impact. And the tools to aggregate and correlate these vulnerabilities. Sponsored by NLnet https://nlnet.nl/project/vulnerabilitydatabase/ for https://www.aboutcode.org/ Chat at https://gitter.im/aboutcode-org/vulnerablecode Docs at https://vulnerablecode.readthedocs.org/
https://public.vulnerablecode.io
Apache License 2.0
543 stars 201 forks source link

Use correct regex for CVE #1599

Closed pombredanne closed 1 month ago

pombredanne commented 1 month ago

Per the CVE JSON schema we had not the correct regex. We4 now use the official regex from the CVE schema

pombredanne commented 1 month ago

@TG1999 could you review and merge? Thanks!