Files
DependencyCheck/src/site/site.xml

165 lines
7.9 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.3.1</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"/>
<logo name="Cloudbees" href="http://www.cloudbees.com/"
title="built on cloudbees"
alt="built on cloudbees"
img="http://jeremylong.github.io/DependencyCheck/images/logos/Button-Built-on-CB-1.png"/>
</poweredBy>
<body>
<head>
<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="false" 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 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 Analyzer" href="./analyzers/archive-analyzer.html">
<description>Archive Analyzer</description>
</item>
<item name="Jar Analyzer" href="./analyzers/jar-analyzer.html">
<description>Jar Analyzer</description>
</item>
<item name="Python Analyzer" href="./analyzers/python-analyzer.html">
<description>Python Analyzer</description>
</item>
<item name="Central Analyzer" href="./analyzers/central-analyzer.html">
<description>Central Analyzer</description>
</item>
<item name="Nexus Analyzer" href="./analyzers/nexus-analyzer.html">
<description>Nexus Analyzer</description>
</item>
<item name="Assembly Analyzer" href="./analyzers/assembly-analyzer.html">
<description>Assembly Analyzer</description>
</item>
<item name="Nuspec Analyzer" href="./analyzers/nuspec-analyzer.html">
<description>Nuspec Analyzer</description>
</item>
<item name="Autoconf Analyzer" href="./analyzers/autoconf-analyzer.html">
<description>Autoconf Analyzer</description>
</item>
<item name="OpenSSL Analyzer" href="./analyzers/openssl-analyzer.html">
<description>OpenSSL Analyzer</description>
</item>
</item>
<item collapse="true" name="Modules" href="./modules.html">
<item name="dependency-check-cli" href="./dependency-check-cli/index.html">
<description>The command line interface for OWASP dependency-check.</description>
</item>
<item name="dependency-check-ant" href="./dependency-check-ant/index.html">
<description>Ant task to run OWASP dependency-check.</description>
</item>
<item name="dependency-check-maven" href="./dependency-check-maven/usage.html">
<description>Maven plugin for OWASP dependency-check.</description>
</item>
<item name="dependency-check-gradle" href="./dependency-check-gradle/index.html">
<description>Gradle plugin for OWASP dependency-check.</description>
</item>
<item name="dependency-check-jenkins" href="./dependency-check-jenkins/index.html">
<description>A Jenkins plugin for OWASP dependency-check.</description>
</item>
<item name="dependency-check-core" href="./dependency-check-core/index.html">
<description>The core OWASP dependency-check engine and reporting tool.</description>
</item>
<item name="dependency-check-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>