Unverified Commit 787ed8ed authored by Pidgey's avatar Pidgey Committed by GitHub
Browse files

Merge pull request #255 from guntbert/master

Improve grammar in the "rationale" paragraph.
parents 4be22d43 b6f9dcfa
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,9 +11,9 @@ cve-search is a tool to import CVE (Common Vulnerabilities and Exposures) and
CPE (Common Platform Enumeration) into a MongoDB to facilitate search
and processing of CVEs.

The main objective of the software is to avoid doing direct and public lookup
into the public CVE databases. This is usually faster to do local lookups and
limits your sensitive queries via the Internet.
The main objective of the software is to avoid doing direct and public lookups
into the public CVE databases. Local lookups are usually faster and you can 
limit your sensitive queries via the Internet.

cve-search includes a back-end to store vulnerabilities and related information,
an intuitive web interface for search and managing vulnerabilities,