Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/site/markdown/analyzers/nugetconf-analyzer.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
Nugetconf Analyzer
==============

*Experimental*: 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.

OWASP dependency-check includes an analyzer that will scan NuGet's packages.config files to
collect information about the component being used. The evidence collected
is used by other analyzers to determine if there are any known vulnerabilities
Expand Down
3 changes: 0 additions & 3 deletions src/site/markdown/analyzers/retirejs-analyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ Retire JS Analyzer
OWASP dependency-check includes a Retire JS Analyzer. This analyzer that will scan
JavaScript files and utilize the Retire JS database to identify vulnerable libraries.

This analyzer is currently considered Experimental - however, this is expected to be
promoted very quickly.

The ODC team would like to thank Steve Springett for his intial PR to introduce this analyzer,
[Philippe Arteau](https://github.com/h3xstream) for the [burp-retire-js plugin](https://github.com/h3xstream/burp-retire-js) which
provides much of the core functionality to use the Retire JS analysis in a Java application,
Expand Down
Loading