From b99e13a3374169257e0d8879879e168d00efadc5 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sat, 12 Nov 2016 11:03:25 -0500 Subject: [PATCH] added documentation to address issue #609 --- src/site/markdown/dependency-check-jenkins/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/site/markdown/dependency-check-jenkins/index.md b/src/site/markdown/dependency-check-jenkins/index.md index 5e5e0b64b..985110e2a 100644 --- a/src/site/markdown/dependency-check-jenkins/index.md +++ b/src/site/markdown/dependency-check-jenkins/index.md @@ -7,6 +7,8 @@ The Dependency-Check Jenkins Plugin features the ability to perform a dependency More information can be found on the [wiki]. +Note, not all of the features in the HTML report produced by dependency-check, when viewed from within Jenkins, may not work correctly as [Jenkins set a restrictive CSP header](https://wiki.jenkins-ci.org/display/JENKINS/Configuring+Content+Security+Policy). This does not affect the functionality of the tool or other reporting capabilities within the Jenkins plugin. Two options to re-enable the missing features in the HTML report would be to either download the report and view it locally or modify the CSP header to allow in-line script. + Mailing List ------------