From 8b05121d019ee79eeeb574234126e679bd627ac1 Mon Sep 17 00:00:00 2001 From: standash Date: Sat, 16 Sep 2017 16:24:43 +0200 Subject: [PATCH] Updated README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f543752..cb711df 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,7 @@ sure). The database has following collections and relationships between them: -1. "projects" -> the collection that lists all projects for which the analysis was performed - ("projects" has one-to-many relationship with "vulns") +1. "projects" -> the collection that lists all projects for which the analysis was performed ("projects" has one-to-many relationship with "vulns") ``` db.projects.findOne(); @@ -99,11 +98,9 @@ The database has following collections and relationships between them: } ``` -2. "vulns" -> the collection that lists all CVEs for which the analysis was performed +2. "vulns" -> the collection that lists all CVEs for which the analysis was performed ("vulns" has one-to-gazillion relationship with "entries") ``` - ("vulns" has one-to-gazillion relationship with "entries") - db.vulns.findOne(); { _id : "", -> the id of a CVE (bson id)