From 5354137c763429ef1b944e945080d8ba7f8d3d4e Mon Sep 17 00:00:00 2001 From: Dale Visser Date: Thu, 9 Jul 2015 17:11:06 -0400 Subject: [PATCH] OpenSSL: Site doc additions, including about Autoconf analyzer. Former-commit-id: 35253cfbf5cfcf04b2f3fe39f0891cd0bf1155b4 --- src/site/markdown/analyzers/index.md | 2 ++ src/site/markdown/index.md | 4 +++- src/site/site.xml | 6 ++++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/site/markdown/analyzers/index.md b/src/site/markdown/analyzers/index.md index 524c75941..30dfb3a21 100644 --- a/src/site/markdown/analyzers/index.md +++ b/src/site/markdown/analyzers/index.md @@ -5,8 +5,10 @@ to extract identification information from the files analyzed. - [Archive Analyzer](./archive-analyzer.html) - [Assembly Analyzer](./assembly-analyzer.html) +- [Autoconf Analyzer](./autoconf-analyzer.html) - [Central Analyzer](./central-analyzer.html) - [Jar Analyzer](./jar-analyzer.html) - [Nexus Analyzer](./nexus-analyzer.html) - [Nuspec Analyzer](./nuspec-analyzer.html) +- [OpenSSL Analyzer](./openssl-analyzer.html) - [Python Analyzer](./python-analyzer.html) diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index fa715273e..7a179cc2f 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -4,7 +4,9 @@ OWASP dependency-check is an open source solution the OWASP Top 10 2013 entry: [A9 - Using Components with Known Vulnerabilities](https://www.owasp.org/index.php/Top_10_2013-A9-Using_Components_with_Known_Vulnerabilities). Dependency-check can currently be used to scan Java, .NET, and Python applications (and their dependent libraries) to identify known vulnerable -components. +components. In addition, Dependency-check can be used to scan some source +code, including OpenSSL source code and source code for projects that use +Autoconf. The problem with using known vulnerable components was covered in a paper by Jeff Williams and Arshan Dabirsiaghi titled, "[The Unfortunate Reality of diff --git a/src/site/site.xml b/src/site/site.xml index 3b918c0ac..6d0a9d3ed 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -124,6 +124,12 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved. Nuspec Analyzer + + Autoconf Analyzer + + + OpenSSL Analyzer +