You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "free2create (via GitHub)" <gi...@apache.org> on 2023/06/09 18:31:36 UTC

[GitHub] [ws-wss4j] free2create opened a new pull request, #170: Fail build if CVSS score is above 6

free2create opened a new pull request, #170:
URL: https://github.com/apache/ws-wss4j/pull/170

   Colin ,
   
   My next iteration, give it a try when you get a chance
   
   Moved plugin execution to existing profile :
   
   `dependencycheck`
   
   Exclusion file: build-tools/dependency-check-suppression.xml
   
   Work was tested on wss4j-3.0.0 since often the master artifact dependencies are not published.
   
   On the 3.0.0 version 
   
   `mvn compile`
   
   BUILD SUCCESS
   
   `mvn -P dependencycheck compile`
   
   BUILD FAILURE
   
   ```
   
   [ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '6.0': 
   [ERROR] 
   [ERROR] guava-31.1-jre.jar: CVE-2020-8908(6.2), CVE-2023-2976(6.2)
   [ERROR] 
   [ERROR] See the dependency-check report for more details.
   
   ```
   
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[GitHub] [ws-wss4j] coheigea merged pull request #170: Fail build if CVSS score is above 6

Posted by "coheigea (via GitHub)" <gi...@apache.org>.
coheigea merged PR #170:
URL: https://github.com/apache/ws-wss4j/pull/170


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org