• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H29-Jan-2018-3,0681,702

README.mdH A D29-Jan-20181.5 KiB2516

pom.xmlH A D03-May-20228.3 KiB196176

README.md

1Dependency-Check Command Line
2================
3Dependency-Check Command Line can be used to check project dependencies for published security vulnerabilities. The checks
4performed are a "best effort" and as such, there could be false positives as well as false negatives. However,
5vulnerabilities in 3rd party components is a well-known problem and is currently documented in the 2013 OWASP
6Top 10 as [A9 - Using Components with Known Vulnerabilities](https://www.owasp.org/index.php/Top_10_2013-A9-Using_Components_with_Known_Vulnerabilities).
7
8Documentation and links to production binary releases can be found on the [github pages](http://jeremylong.github.io/DependencyCheck/dependency-check-cli/index.html).
9
10Mailing List
11------------
12
13Subscribe: [dependency-check+subscribe@googlegroups.com](mailto:dependency-check+subscribe@googlegroups.com)
14
15Post: [dependency-check@googlegroups.com](mailto:dependency-check@googlegroups.com)
16
17Copyright & License
18------------
19
20Dependency-Check is Copyright (c) 2012-2014 Jeremy Long. All Rights Reserved.
21
22Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the [LICENSE.txt](https://raw.githubusercontent.com/jeremylong/DependencyCheck/master/LICENSE.txt) file for the full license.
23
24Dependency-Check Command Line makes use of other open source libraries. Please see the [NOTICE.txt](https://raw.githubusercontent.com/jeremylong/DependencyCheck/master/dependency-check-cli/NOTICE.txt) file for more information.
25