aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-01-23 10:31:45 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-01-23 10:31:45 -0800
commita7748d9391d7762b2569d8000c5b1a847cfca28d (patch)
tree5b22daa4f8b20d48ab5c7187c9529a89b31ef2a0
parentb2d985c015c3899094542c8e7bb8c718438b39ed (diff)
downloadvulns-a7748d9391d7762b2569d8000c5b1a847cfca28d.tar.gz
cve/README: updated the readme with the needed info
Describe what this directory is for. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--cve/README27
1 files changed, 26 insertions, 1 deletions
diff --git a/cve/README b/cve/README
index b655b8fb..a2eb9e2e 100644
--- a/cve/README
+++ b/cve/README
@@ -1,2 +1,27 @@
+---------------------
NOTE, this is still using the testing data, not the "real" CVE api server just
-yet, these are NOT valid CVE entries at all.
+yet, these are NOT valid CVE entries at all. When we are "live", this note
+will be removed. For now, ignore this as we are getting things working
+properly...
+---------------------
+
+List of CVEs assigned to the Linux project.
+
+They are in one of 3 states, that map directly to the subdirectories here:
+
+ - reserved
+ CVE identifer that we can use for a future issue as it has been
+ assigned to our organization already. This corresponds
+ directly the RESERVED state of a identifier in the global CVE
+ database. When we run out, we will allocate new ones through
+ the documented CVE api to do so.
+ - published
+ CVE identifier of a published issue. Details for the issue are
+ in the files, both a json format, and an email format, both are
+ what we use to publish the needed information. If the
+ information changes, update the files and also update the
+ global CVE database.
+ - rejected
+ CVE identifier that we have rejected. The text in the
+ identifier should explain the reasons.
+