mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-18 09:37:38 +01:00
renamed modules and fixed errors with various lifecycle stages
This commit is contained in:
4
utils/src/site/markdown/index.md
Normal file
4
utils/src/site/markdown/index.md
Normal file
@@ -0,0 +1,4 @@
|
||||
About
|
||||
=====
|
||||
OWASP dependency-check-utils is a collection of common utility classes used within dependency-check
|
||||
that might be useful in other projects.
|
||||
1
utils/src/site/resources/images/dc-utils.svg
Normal file
1
utils/src/site/resources/images/dc-utils.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 11 KiB |
32
utils/src/site/site.xml
Normal file
32
utils/src/site/site.xml
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
This file is part of dependency-check-ant.
|
||||
|
||||
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) 2014 Jeremy Long. All Rights Reserved.
|
||||
-->
|
||||
<project name="dependency-check-utils">
|
||||
<bannerLeft>
|
||||
<name>OWASP dependency-check-utils</name>
|
||||
<alt>OWASP dependency-check-utils</alt>
|
||||
<src>./images/dc-utils.svg</src>
|
||||
</bannerLeft>
|
||||
<body>
|
||||
<breadcrumbs>
|
||||
<item name="dependency-check" href="../index.html"/>
|
||||
</breadcrumbs>
|
||||
<menu ref="Project Documentation" />
|
||||
<menu ref="reports" />
|
||||
</body>
|
||||
</project>
|
||||
Reference in New Issue
Block a user