From 846173844e1e2bb5790b01d88066574fa3ab7bd4 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sat, 10 May 2014 07:25:42 -0400 Subject: [PATCH] updated sample report Former-commit-id: 35d6cb454ad1c6440d60c4717f33cf1eed733c2b --- src/site/resources/SampleReport.html | 17692 ++++++++++++++++++------- 1 file changed, 12849 insertions(+), 4843 deletions(-) diff --git a/src/site/resources/SampleReport.html b/src/site/resources/SampleReport.html index 75a2b1409..069b363c0 100644 --- a/src/site/resources/SampleReport.html +++ b/src/site/resources/SampleReport.html @@ -20,15 +20,23 @@ var content = "#content" + h.id.substr(6); var header = "#" + h.id; $(content).slideToggle("fast"); - var exprx = /expandablesubsection/; + var exprx = /expandable\b/; if (exprx.exec($(header).attr("class"))) { + $(header).addClass("collapsed"); + $(header).removeClass("expandable"); + } else { + $(header).addClass("expandable"); + $(header).removeClass("collapsed"); + } + var essrx = /expandablesubsection/; + var cssrx = /collaspablesubsection/; + if (essrx.exec($(header).attr("class"))) { $(header).addClass("collaspablesubsection"); $(header).removeClass("expandablesubsection"); - } else { + } else if (cssrx.exec($(header).attr("class"))) { $(header).addClass("expandablesubsection"); $(header).removeClass("collaspablesubsection"); } - }); }); @@ -46,7 +54,6 @@ $('#modal-text').text(xml).focus().select(); }); }); - function copyText(name, sha1, type, val) { xml = '\n'; xml += ' \n'; @@ -58,22 +65,12 @@ $('#modal-text').focus(); $('#modal-text').select(); } - - function toggleVuln(el) { - $('.notvulnerable').toggle(); + function toggleDisplay(el, clzName) { + $(clzName).toggle(); if (el.innerHTML == 'show all') { - el.innerHTML = 'hide'; - } else { - el.innerHTML = 'show all'; - } - } - function toggleMore(el) { - $('.hiddenInfo').toggle(); - $('.nothidden').toggle(); - if (el.innerHTML == 'more') { el.innerHTML = 'less'; } else { - el.innerHTML = 'more'; + el.innerHTML = 'show all'; } } @@ -121,6 +118,19 @@ #modal-text:focus { outline: none; } + .suppressedLabel { + cursor: default; + padding:1px; + background-color: #eeeeee; + border: 1px solid #555555; + color:#555555; + text-decoration:none; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + -khtml-border-radius: 3px; + -o-border-radius: 3px; + border-radius: 3px; + } .copybutton { padding:1px; background-color: #eeeeee; @@ -207,24 +217,25 @@ .hidden { display: none; } - .exandable {} - .expandablesubsection { + .expandable { cursor: pointer; - /*background-image: url(img/plus.gif);*/ background-image: url(data:image/gif;base64,R0lGODlhDAAMAIABAICAgP///yH5BAEAAAEALAAAAAAMAAwAAAIcjI8Hy22Q1FNwhnpxhW3d2XFWJn2PNiZbyERuAQA7); background-repeat: no-repeat; background-position: 98% 50%; + } + .collapsed { + cursor: pointer; + background-image: url(data:image/gif;base64,R0lGODlhDAAMAIABAICAgP///yH5BAEAAAEALAAAAAAMAAwAAAIajI8Hy22Q1IszQHphW3ZuXUUZ1ZXi8zFkUgAAOw==); + background-repeat: no-repeat; + background-position: 98% 50%; + } + .expandablesubsection { -moz-border-radius-bottomleft:15px; /* bottom left corner */ -webkit-border-bottom-left-radius:15px; /* bottom left corner */ border-bottom-left-radius: 15px; border-bottom: 1px solid #cccccc; } .collaspablesubsection { - cursor: pointer; - /*background-image: url(img/minus.gif);*/ - background-image: url(data:image/gif;base64,R0lGODlhDAAMAIABAICAgP///yH5BAEAAAEALAAAAAAMAAwAAAIajI8Hy22Q1IszQHphW3ZuXUUZ1ZXi8zFkUgAAOw==); - background-repeat: no-repeat; - background-position: 98% 50%; -moz-border-radius-bottomleft:0px; /* bottom left corner */ -webkit-border-bottom-left-radius:0px; /* bottom left corner */ border-bottom-left-radius: 0px; @@ -236,7 +247,6 @@ border-bottom-left-radius: 0px; border-bottom: 0px solid #ffffff; } - .content { margin-top:0px; margin-left:20px; @@ -427,15 +437,9 @@ .notvulnerable { display:none; } - .hiddenInfo { + .hidden { display:none; } - .hiddennow { - display:none; - } - .nothidden { - display:block; - } .infolink { text-decoration:none; color: blue; @@ -446,6 +450,11 @@ color: blue; float:right; } + .disclaimer { + color: #888888; + font: 9px "Droid Sans",Arial,"Helvetica Neue","Lucida Grande",sans-serif + } + @@ -457,34 +466,41 @@

Dependency-Check Report

+

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; +false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and +the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, +implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided +is at the user’s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever +arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.

-

Project: Sample Application

-
+

Project: Sample Application

+
- Scan Information (more):
+ Scan Information (show all):
    -
  • dependency-check version: 1.1.0-SNAPSHOT
  • -
  • Report Generated On: Jan 18, 2014 3:48:19 PM
  • -
  • Dependencies Scanned: 89
  • -
  • Vulnerable Dependencies: 17
  • -
  • ...
  • -
  • NVD CVE 2002: 17/01/2014 10:12:08
  • -
  • NVD CVE 2003: 17/01/2014 09:26:25
  • -
  • NVD CVE 2004: 17/01/2014 09:14:34
  • -
  • NVD CVE 2005: 17/01/2014 08:55:34
  • -
  • NVD CVE 2006: 17/01/2014 08:29:28
  • -
  • NVD CVE 2007: 17/01/2014 07:50:24
  • -
  • NVD CVE 2008: 17/01/2014 07:10:02
  • -
  • NVD CVE 2009: 17/01/2014 06:28:34
  • -
  • NVD CVE 2010: 17/01/2014 05:56:24
  • -
  • NVD CVE 2011: 17/01/2014 05:12:40
  • -
  • NVD CVE 2012: 17/01/2014 04:33:24
  • -
  • NVD CVE 2013: 17/01/2014 03:47:00
  • -
  • NVD CVE 2014: 17/01/2014 03:00:54
  • -
  • NVD CVE Modified: 18/01/2014 14:08:55
  • -
  • NVD CVE test: 31/12/1969 19:00:01
  • +
  • dependency-check version: 1.2.1
  • +
  • Report Generated On: May 10, 2014 at 07:22:54 EDT
  • +
  • Dependencies Scanned: 155
  • +
  • Vulnerable Dependencies: 24
  • +
  • Vulnerabilities Found: 141
  • +
  • Vulnerabilities Suppressed: 0
  • +
  • ...
  • + + + + + + + + + + + + + +

- Dependency Display: show all

+ Dependency Display: show all

Dependencies

-

activation-1.1.jar

+

activation-1.1.jar

- File Path: ..\..\..\..\dependency-check-core\target\test-classes\activation-1.1.jar
+ File Path: C:\Users\jeremy\Documents\NetBeansProjects\DependencyCheck\dependency-check-core\target\test-classes\activation-1.1.jar
MD5: 8AE38E87CD4F86059C0294A8FE3E0B18
SHA1: E6CB541461C2834BDEA3EB920F1884D1EB508B50

- -

Identifiers

-
-
  • None
+

Identifiers

+
+

ant-1.7.0.jar

- File Path: ..\..\..\..\dependency-check-core\target\test-classes\ant-1.7.0.jar
+ File Path: C:\Users\jeremy\Documents\NetBeansProjects\DependencyCheck\dependency-check-core\target\test-classes\ant-1.7.0.jar
MD5: 133E8979E9C11450F557CA890177FE0A
SHA1: 9746AF1A485E50CF18DCB232489032A847067066

- - -

backport-util-concurrent-3.1.jar

- File Path: ..\..\..\..\dependency-check-core\target\test-classes\backport-util-concurrent-3.1.jar
+ File Path: C:\Users\jeremy\Documents\NetBeansProjects\DependencyCheck\dependency-check-core\target\test-classes\backport-util-concurrent-3.1.jar
MD5: 748BB0CBF4780B2E3121DC9C12E10CD9
SHA1: 682F7AC17FED79E92F8E87D8455192B63376347B

- - -