From 1fa59270c1878073dfe8061daf8707a497ce7d6f Mon Sep 17 00:00:00 2001 From: ma wei Date: Fri, 8 May 2015 16:04:29 +0800 Subject: [PATCH] add README Former-commit-id: d1a87185137952bdfeaf6dd2543e0ff748e37859 --- dependency-check-gradle/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dependency-check-gradle/README.md diff --git a/dependency-check-gradle/README.md b/dependency-check-gradle/README.md new file mode 100644 index 000000000..14f8856f7 --- /dev/null +++ b/dependency-check-gradle/README.md @@ -0,0 +1,8 @@ +Dependency-Check-Gradle +========= + +**Working in progress** + +This is a DependencyCheck gradle plugin designed for project which use Gradle as build script. + +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. \ No newline at end of file