diff --git a/dependency-check-core/index.html b/dependency-check-core/index.html index 56658985c..6c0890c27 100644 --- a/dependency-check-core/index.html +++ b/dependency-check-core/index.html @@ -1,15 +1,15 @@
- + -Dependency-check-core is the primary library that contains analyzers used to scan (java) application dependencies. The purpose of the analysis is to identify the library used and subsequently report on any CVE entries related to the library.
-The core engine can be extended by implementing new Analyzers; see the project wiki for details.
-The engine is currently exposed via:
+Dependency-check is an open source solution the OWASP Top 10 2013 entry: A9 - Using Components with Known Vulnerabilities. Dependency-check can currently be used to scan Java applications (and their dependent libraries) to identify known vulnerable components.
+The problem with using known vulnerable components was covered in a paper by Jeff Williams and Arshan Dabirsiaghi titled, “The Unfortunate Reality of Insecure Libraries” (registration required). The gist of the paper is that we as a development community include third party libraries in our applications that contain well known published vulnerabilities (such as those at the National Vulnerability Database).
+More information about dependency-check can be found here:
+IMPORTANT NOTE: Dependency-check automatically updates itself using the NVD Data Feeds hosted by NIST. The initial download of the data may take fifteen minutes or more, if you run the tool at least once every seven days only a small XML file needs to be downloaded to keep the local copy of the data current.
+Dependency-check’s core analysis library is exposed in various forms:
+ +| org.owasp | |
| ArtifactId | -dependency-check-core | dependency-check-parent |
| Version | -1.2.6 | 1.2.7 |
| Type | -jar |
| JDK Rev | -1.6 |