aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2022-03-19 23:01:39 -0400
committerPaul Duncan <pabs@pablotron.org>2022-03-19 23:01:39 -0400
commit253e4a1a72a195ea9ca9db49c9e456030dc9425e (patch)
tree7d121e0741f1a4e5c4eba069420cdf0734fb0df2
parent13bbee426f8fe2cdd47de84e82f690dc45af899d (diff)
downloadcvez-253e4a1a72a195ea9ca9db49c9e456030dc9425e.tar.bz2
cvez-253e4a1a72a195ea9ca9db49c9e456030dc9425e.zip
README.md: add ideas
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4b03245..8567836 100644
--- a/README.md
+++ b/README.md
@@ -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."