Files
DependencyCheck/src/site/site.xml
2016-10-09 08:00:02 -04:00

182 lines
8.8 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
This file is part of dependency-check.
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) 2013 Jeremy Long. All Rights Reserved.
-->
<project name="dependency-check">
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.5</version>
</skin>
<custom>
<fluidoSkin>
<!--googleSearch/-->
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
<sideBarEnabled>true</sideBarEnabled>
<gitHub>
<projectId>jeremylong/DependencyCheck</projectId>
<ribbonOrientation>right</ribbonOrientation>
<ribbonColor>gray</ribbonColor>
</gitHub>
<twitter>
<user>ctxt</user>
<showUser>true</showUser>
<showFollowers>true</showFollowers>
</twitter>
<googlePlusOne />
</fluidoSkin>
</custom>
<bannerLeft>
<name>OWASP dependency-check</name>
<alt>OWASP dependency-check</alt>
<src>./images/dc.svg</src>
</bannerLeft>
<publishDate position="right" />
<version position="right" />
<poweredBy>
<logo name="Maven" href="http://maven.apache.org/"
title="built with maven"
alt="built with maven"
img="http://jeremylong.github.io/DependencyCheck/images/logos/maven-feather.png"/>
<logo name="IntelliJ" href="http://www.jetbrains.com/idea/"
title="developed using" width="170px"
alt="developed using"
img="http://jeremylong.github.io/DependencyCheck/images/logos/logo_intellij_idea.png"/>
</poweredBy>
<body>
<head>
<![CDATA[<style type="text/css">
#bannerLeft { margin-top:-20px;margin-bottom:5px !important }
</style>]]>
</head>
<breadcrumbs>
<item name=" " href="#"/>
</breadcrumbs>
<menu name="OWASP dependency-check">
<item collapse="true" name="General" href="./index.html">
<item name="How it Works" href="./general/internals.html">
<description>How does dependency-check work?</description>
</item>
<item name="Reading the Report" href="./general/thereport.html">
<description>How to read the report</description>
</item>
<item name="False Positives" href="./general/suppression.html">
<description>Suppressing False Positives</description>
</item>
<item name="False Negatives" href="./general/hints.html">
<description>Resolving False Negatives</description>
</item>
<item collapse="true" name="Internet Access Required" href="./data/index.html">
<item name="Proxy" href="./data/proxy.html" />
<item name="Mirroring NVD" href="./data/mirrornvd.html" />
<item name="Snapshotting the NVD" href="./data/cachenvd.html" />
<item name="Central DB" href="./data/database.html" />
</item>
<item name="Related Work" href="./related.html">
<description>A listing of both FOSS and commercial tools in this space.</description>
</item>
<item name="Project Presentation (pptx)" href="./general/dependency-check.pptx">
<description>PowerPoint Deck</description>
</item>
<item name="Project Presentation (pdf)" href="./general/dependency-check.pdf">
<description>PowerPoint Deck</description>
</item>
<item name="Sample Report" href="./general/SampleReport.html">
<description>Sample Report</description>
</item>
<item name="How to Scan an ISO Image" href="./general/scan_iso.html">
<description>How to Scan an ISO Image</description>
</item>
</item>
<item collapse="true" name="File Type Analyzers" href="./analyzers/index.html">
<item name="Archive" href="./analyzers/archive-analyzer.html">
<description>Archive Analyzer</description>
</item>
<item name="Assembly" href="./analyzers/assembly-analyzer.html">
<description>Assembly Analyzer</description>
</item>
<item name="Autoconf" href="./analyzers/autoconf.html">
<description>Autoconf Analyzer</description>
</item>
<item name="Central" href="./analyzers/central-analyzer.html">
<description>Central Analyzer</description>
</item>
<item name="CMake" href="./analyzers/cmake.html">
<description>CMake Analyzer</description>
</item>
<item name="CocoaPods" href="./analyzers/cocoapods.html">
<description>CocoaPods Analyzer</description>
</item>
<item name="Jar" href="./analyzers/jar-analyzer.html">
<description>Jar Analyzer</description>
</item>
<item name="Nexus" href="./analyzers/nexus-analyzer.html">
<description>Nexus Analyzer</description>
</item>
<item name="Node.js" href="./analyzers/nodejs.html">
<description>Node.js Analyzer</description>
</item>
<item name="Nuspec" href="./analyzers/nuspec-analyzer.html">
<description>Nuspec Analyzer</description>
</item>
<item name="OpenSSL" href="./analyzers/openssl.html">
<description>OpenSSL Analyzer</description>
</item>
<item name="Python" href="./analyzers/python.html">
<description>Python Analyzer</description>
</item>
<item name="Ruby Gemspec" href="./analyzers/ruby-gemspec.html">
<description>Ruby Gemspec Analyzer</description>
</item>
<item name="Swift" href="./analyzers/swift.html">
<description>Swift Package Manager Analyzer</description>
</item>
</item>
<item collapse="true" name="Modules" href="./modules.html">
<item name="CLI" href="./dependency-check-cli/index.html">
<description>The command line interface for OWASP dependency-check.</description>
</item>
<item name="Ant Task" href="./dependency-check-ant/index.html">
<description>Ant task to run OWASP dependency-check.</description>
</item>
<item name="Maven Plugin" href="./dependency-check-maven/index.html">
<description>Maven plugin for OWASP dependency-check.</description>
</item>
<item collapse="true" name="Gradle Plugin" href="./dependency-check-gradle/index.html">
<description>Gradle plugin for OWASP dependency-check.</description>
<item name="Check Task" href="./dependency-check-gradle/configuration.html" />
<item name="Update Task" href="./dependency-check-gradle/configuration-update.html" />
<item name="Purge Task" href="./dependency-check-gradle/configuration-purge.html" />
</item>
<item name="Jenkins Plugin" href="./dependency-check-jenkins/index.html">
<description>A Jenkins plugin for OWASP dependency-check.</description>
</item>
<item name="Core" href="./dependency-check-core/index.html">
<description>The core OWASP dependency-check engine and reporting tool.</description>
</item>
<item name="Utils" href="./dependency-check-utils/index.html">
<description>A set of utility classes used by OWASP dependency-check.</description>
</item>
</item>
</menu>
<menu ref="reports" />
</body>
</project>