Commit 8f83d072 authored by Alexandre Dulaunoy's avatar Alexandre Dulaunoy
Browse files

Redis databases documented

parent fcc34699
Loading
Loading
Loading
Loading
+10 −3
Original line number Diff line number Diff line
@@ -62,10 +62,10 @@ and Exposures database and the Common Platform Enumeration.

A more detailed documentation can be found in the Documentations folder of the project.

Database and collections
------------------------
Databases and collections
-------------------------

The MongoDB database is called cvedb and there are 8 collections:
The MongoDB database is called cvedb and there are 10 collections:

* cves (Common Vulnerabilities and Exposure items) - source NVD NIST
* cpe (Common Platform Enumeration items) - source NVD NIST
@@ -78,6 +78,13 @@ The MongoDB database is called cvedb and there are 8 collections:
* Microsoft Bulletin (Security Vulnerabilities and Bulletin) - source [Microsoft](http://www.microsoft.com/en-us/download/details.aspx?id=36982)
* info (metadata of each collection like last-modified) - local cve-search

The Redis database has 3 databases:

* 10: The cpe (Common Platform Enumeration) cache - source MongoDB cvedb collection cpe
* 11: The notification database - source cve-search
* 12: The NIST reference databased is a cross-reference database to CVE ids against various vendors ID - source NVD NIST


Updating the database
---------------------