version 1.4.0 documentation

This commit is contained in:
Jeremy Long
2016-06-16 19:24:14 -04:00
parent 60c8655b95
commit 427a7b4ec8
1209 changed files with 57762 additions and 51538 deletions

View File

@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.7 at 2016-04-09
| Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-16
| Rendered using Apache Maven Fluido Skin 1.5
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Date-Revision-yyyymmdd" content="20160409" />
<meta name="Date-Revision-yyyymmdd" content="20160616" />
<meta http-equiv="Content-Language" content="en" />
<title>dependency-check &#x2013; Node.js Analyzer</title>
<link rel="stylesheet" href="../css/apache-maven-fluido-1.5.min.css" />
@@ -59,9 +59,9 @@
<li class="active ">Node.js Analyzer</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-04-09</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-06-16</li>
<li id="projectVersion" class="pull-right">
Version: 1.3.6
Version: 1.4.0
</li>
</ul>
@@ -224,9 +224,6 @@
</a>
<a href="http://www.jetbrains.com/idea/" title="IntelliJ" class="builtBy">
<img class="builtBy" alt="developed using" src="http://jeremylong.github.io/DependencyCheck/images/logos/logo_intellij_idea.png" width="170px" />
</a>
<a href="http://www.cloudbees.com/" title="Cloudbees" class="builtBy">
<img class="builtBy" alt="built on cloudbees" src="http://jeremylong.github.io/DependencyCheck/images/logos/Button-Built-on-CB-1.png" />
</a>
</div>
</div>
@@ -236,8 +233,9 @@
<div id="bodyColumn" class="span10" >
<h1>Node.js Analyzer</h1>
<p><i>Experimental</i>: This analyzer is considered experimental. While this analyzer may be useful and provide valid results more testing must be completed to ensure that the false negative/false positive rates are acceptable. </p>
<p>OWASP dependency-check includes an analyzer that will scan <a class="externalLink" href="https://www.npmjs.com/">Node Package Manager</a> package specification files. The analyzer will collect as much information as it can about the package. The information collected is internally referred to as evidence and is grouped into vendor, product, and version buckets. Other analyzers later use this evidence to identify any Common Platform Enumeration (CPE) identifiers that apply.</p>
<p>Note:_Consider using <a class="externalLink" href="http://retirejs.github.io/retire.js/">Retire.js</a> or the Node Security Project auditing tool, <a class="externalLink" href="https://nodesecurity.io/tools">nsp</a> instead of, or in addition to OWASP dependency-check to analyze Node.js packages.</p>
<p><i>Note</i>: Consider using <a class="externalLink" href="http://retirejs.github.io/retire.js/">Retire.js</a> or the Node Security Project auditing tool, <a class="externalLink" href="https://nodesecurity.io/tools">nsp</a> instead of, or in addition to OWASP dependency-check to analyze Node.js packages.</p>
<p>Files Types Scanned: <a class="externalLink" href="https://docs.npmjs.com/files/package.json">package.json</a></p>
</div>
</div>