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

..03-May-2022-

src/H29-Jan-2018-3,0161,507

README.mdH A D29-Jan-20181.5 KiB2616

pom.xmlH A D29-Jan-201812.9 KiB285264

README.md

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