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

..03-May-2022-

src/H29-Jan-2018-5,2993,220

README.mdH A D29-Jan-20181.3 KiB2616

pom.xmlH A D29-Jan-20189.4 KiB226203

README.md

1Dependency-Check-Maven
2=========
3
4Dependency-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.
5
6Documentation and links to production binary releases can be found on the [github pages](http://jeremylong.github.io/DependencyCheck/dependency-check-maven/index.html).
7
8Mailing List
9-
10
11Subscribe: [dependency-check+subscribe@googlegroups.com] [subscribe]
12
13Post: [dependency-check@googlegroups.com] [post]
14
15Copyright & License
16-------------------
17
18Dependency-Check is Copyright (c) 2012-2014 Jeremy Long. All Rights Reserved.
19
20Permission 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.
21
22Dependency-Check makes use of several other open source libraries. Please see the [NOTICE.txt] [notices] file for more information.
23
24  [subscribe]: mailto:dependency-check+subscribe@googlegroups.com
25  [post]: mailto:dependency-check@googlegroups.com
26  [notices]: https://raw.githubusercontent.com/jeremylong/DependencyCheck/master/dependency-check-maven/NOTICE.txt