diff options
author | Paul Duncan <pabs@pablotron.org> | 2022-03-19 23:01:39 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2022-03-19 23:01:39 -0400 |
commit | 253e4a1a72a195ea9ca9db49c9e456030dc9425e (patch) | |
tree | 7d121e0741f1a4e5c4eba069420cdf0734fb0df2 | |
parent | 13bbee426f8fe2cdd47de84e82f690dc45af899d (diff) | |
download | cvez-253e4a1a72a195ea9ca9db49c9e456030dc9425e.tar.bz2 cvez-253e4a1a72a195ea9ca9db49c9e456030dc9425e.zip |
README.md: add ideas
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -10,7 +10,10 @@ Database (NVD)][nvd]: ## TODO * [ ] [Common Weakness Enumerations (CWEs)][cwe] +* [ ] [National Checklist Program (NCP)][ncp] * [ ] [man][] export +* [ ] [cyclonedx][] support (for inventories) +* [ ] [purl][] support (related to [cyclonedx][]) [nvd]: https://nvd.nist.gov/ "National Vulnerability Database" @@ -26,3 +29,9 @@ Database (NVD)][nvd]: "CISA Known Exploited Vulnerabilities Catalog" [man]: https://www.golinuxcloud.com/create-man-page-template-linux-with-examples/ "man format export" +[ncp]: https://ncp.nist.gov/data-feeds + "National Checklist Program data feeds" +[purl]: https://github.com/package-url/purl-spec/blob/master/PURL-SPECIFICATION.rst + "Package URL specification" +[cyclonedx]: https://cyclonedx.org/use-cases/#authenticity + "CycloneDX SBOM." |