updated site information

Former-commit-id: 94ad0b128c5cfe4b56c10f850eb9a3be423036ec
This commit is contained in:
Jeremy Long
2013-09-02 12:44:24 -04:00
parent 7b1906384e
commit 5828266e1e

View File

@@ -1,30 +1,29 @@
Dependency-Check Dependency-Check
========= ================
Dependency-Check is a utility that attempts to detect publicly disclosed vulnerabilities contained within project dependencies. It does this by determining if there is a Common Platform Enumeration (CPE) identifier for a given dependency. If found, it will generate a report linking to the associated CVE entries. Dependency-Check is a utility that attempts to detect publicly disclosed vulnerabilities contained within project dependencies. It does this by determining if there is a Common Platform Enumeration (CPE) identifier for a given dependency. If found, it will generate a report linking to the associated CVE entries.
More information can be found on the [wiki]. Documentation and links to production binary releases can be found on the [github pages](http://jeremylong.github.io/DependencyCheck/). Additionally, more information about the architecture and ways to extend dependency-check can be found on the [wiki].
Notice Initial Usage
- -------------
On *nix
A very big release of new functionality and plugins will be made available during the BlackHat Arsenal on July 31st, 2013. If you are at BlackHat stop by and see the demos! ```
$ mvn install
Usage $ ./dependency-check-cli/target/release/bin/dependency-check.sh -h
- $ ./dependency-check-cli/target/release/bin/dependency-check.sh --app Testing --out . --scan ./src/test/resources
```
> $ mvn package On Windows
```
> $ cd target > mvn install
> dependency-check-cli/target/release/bin/dependency-check.bat -h
> $ java -jar dependency-check-[version].jar -h > dependency-check-cli/target/release/bin/dependency-check.bat --app Testing --out . --scan ./src/test/resources
```
> $ java -jar dependency-check-[version].jar -a Testing -out . -scan ./test-classes -scan ./lib
Then load the resulting 'DependencyCheck-Report.html' into your favorite browser. Then load the resulting 'DependencyCheck-Report.html' into your favorite browser.
Mailing List Mailing List
- ------------
Subscribe: [dependency-check+subscribe@googlegroups.com] [subscribe] Subscribe: [dependency-check+subscribe@googlegroups.com] [subscribe]