Updated README.md

This commit is contained in:
standash 2017-09-16 16:23:52 +02:00
parent 912a165a2e
commit f082c18c2e
1 changed files with 2 additions and 1 deletions

View File

@ -100,6 +100,7 @@ The database has following collections and relationships between them:
```
2. "vulns" -> the collection that lists all CVEs for which the analysis was performed
```
("vulns" has one-to-gazillion relationship with "entries")
@ -115,7 +116,7 @@ The database has following collections and relationships between them:
3. "entries" -> the collection that lists vulnerability evidence entries
```
db.entries.findOne();
db.entries.findOne(); \
{
_id : "", -> the id of an evicence entry (bson id)
owner_id : "", -> the id of a corresponding CVE