From 81bfdc69dd9db41bfea119bebf76a7a09102fb8e Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Thu, 27 Mar 2014 15:35:59 -0400 Subject: [PATCH] added initial version of legal disclaimer - it will need to be updated Former-commit-id: 363c2aa5a92422ce31934b1025849ccd7a804cf7 --- .../src/main/resources/templates/HtmlReport.vsl | 11 +++++++++++ .../main/resources/templates/VulnerabilityReport.vsl | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl index 13bd18d4d..2ff16d539 100644 --- a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl +++ b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl @@ -448,6 +448,11 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. color: blue; float:right; } + .disclaimer { + color: #888888; + font: 9px "Droid Sans",Arial,"Helvetica Neue","Lucida Grande",sans-serif + } + @@ -459,6 +464,12 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.

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: $esc.html($applicationName)

diff --git a/dependency-check-core/src/main/resources/templates/VulnerabilityReport.vsl b/dependency-check-core/src/main/resources/templates/VulnerabilityReport.vsl index 355118cf3..c4d642986 100644 --- a/dependency-check-core/src/main/resources/templates/VulnerabilityReport.vsl +++ b/dependency-check-core/src/main/resources/templates/VulnerabilityReport.vsl @@ -161,11 +161,22 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved. margin-top:3px; margin-bottom:3px; } + .disclaimer { + color: #888888; + font: 9px "Droid Sans",Arial,"Helvetica Neue","Lucida Grande",sans-serif + } +

Vulnerability 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: $esc.html($applicationName)

Report Generated On: $date