mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-22 17:19:30 +01:00
initial gradle site documentation
This commit is contained in:
28
dependency-check-gradle/src/site/markdown/index.md
Normal file
28
dependency-check-gradle/src/site/markdown/index.md
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
Dependency-Check Gradle Plugin
|
||||||
|
==============================
|
||||||
|
|
||||||
|
Dependency-Check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities. This tool can be part of the solution to the OWASP Top 10 2013: A9 - Using Components with Known Vulnerabilities.
|
||||||
|
|
||||||
|
The Gradle Plugin is still a work in progress. The core dependency-check functionality works; however, the configuration options available in the other plugins still need to be completed.
|
||||||
|
For more information about the plugin, including usage, please see the github repo's [readme](https://github.com/jeremylong/DependencyCheck/blob/master/dependency-check-gradle/README.md).
|
||||||
|
|
||||||
|
|
||||||
|
Mailing List
|
||||||
|
------------
|
||||||
|
|
||||||
|
Subscribe: [dependency-check+subscribe@googlegroups.com] [subscribe]
|
||||||
|
|
||||||
|
Post: [dependency-check@googlegroups.com] [post]
|
||||||
|
|
||||||
|
License
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the [LICENSE.txt] [license] file for the full license.
|
||||||
|
|
||||||
|
Dependency-Check makes use of several other open source libraries. Please see the [NOTICE.txt] [notices] file for more information.
|
||||||
|
|
||||||
|
|
||||||
|
[subscribe]: mailto:dependency-check+subscribe@googlegroups.com
|
||||||
|
[post]: mailto:dependency-check@googlegroups.com
|
||||||
|
[license]: https://github.com/jeremylong/DependencyCheck/blob/master/dependency-check-gradle/LICENSE.txt
|
||||||
|
[notices]: https://github.com/jeremylong/DependencyCheck/blob/master/dependency-check-gradle/NOTICE.txt
|
||||||
31
dependency-check-gradle/src/site/site.xml
Normal file
31
dependency-check-gradle/src/site/site.xml
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
|
<!--
|
||||||
|
This file is part of dependency-check-gradle.
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
|
||||||
|
Copyright (c) 2015 Jeremy Long. All Rights Reserved.
|
||||||
|
-->
|
||||||
|
<project name="dependency-check-gradle">
|
||||||
|
<bannerLeft>
|
||||||
|
<name>OWASP dependency-check-gradle</name>
|
||||||
|
<alt>OWASP dependency-check-gradle</alt>
|
||||||
|
<!--src>./images/dc-jenkins.svg</src-->
|
||||||
|
</bannerLeft>
|
||||||
|
<body>
|
||||||
|
<breadcrumbs>
|
||||||
|
<item name="dependency-check" href="../index.html"/>
|
||||||
|
</breadcrumbs>
|
||||||
|
<menu ref="reports" />
|
||||||
|
</body>
|
||||||
|
</project>
|
||||||
Reference in New Issue
Block a user