From f082c18c2e1d083050c5bbbf2601606ae9037155 Mon Sep 17 00:00:00 2001 From: standash Date: Sat, 16 Sep 2017 16:23:52 +0200 Subject: [PATCH] Updated README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1432240..f543752 100644 --- a/README.md +++ b/README.md @@ -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