You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/12/01 21:03:15 UTC

[myfaces-tobago] branch master updated: configure CVE

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 0ffd2eb  configure CVE
0ffd2eb is described below

commit 0ffd2eb6d5c3237d9b5e53351863055c45192021
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Fri Dec 1 21:48:25 2017 +0100

    configure CVE
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3ca6fb2..04db520 100644
--- a/pom.xml
+++ b/pom.xml
@@ -992,9 +992,9 @@
         <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
-          <version>2.1.1</version>
+          <version>3.0.2</version>
           <configuration>
-            <failBuildOnCVSS>0</failBuildOnCVSS>
+            <failBuildOnCVSS>6</failBuildOnCVSS>
             <suppressionFile>tobago/dependency-check-suppression.xml</suppressionFile>
           </configuration>
           <dependencies>

-- 
To stop receiving notification emails like this one, please contact
['"commits@myfaces.apache.org" <co...@myfaces.apache.org>'].