Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

OWASP Dependency Check is a tool for checking the Java libraries you use have no security issues. Since it often reports false positives or issues not really needing attention, you need to maintain a suppression file.

 

First I must say, it's a very tedious work to use OWASP Dependency Check to identify and possibly fix dependencies vulnerabilities. Not only there are many false positives or issues not really needing our attention, but some issues are also hidding others. So you need to check issues one by one and put the possible suppress information in the suppression file and run again the check, etc. Unfortunately it's the best solution we have so far. Because it's not enough to blindly update libraries we use by using the last version.

...

Here is the suppress file, I (Jacques Le Roux) created in early December 2015 while updating the vulnerable libraries when possible. It's commented inside to help having a clearer vision of the situation (which fortunately is not bad (wink))

I though must say Dependency Check  was not able to detect a major issue:

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyOFBIZ-6905
I will see if I can report that to them.

 

View file
namesuppress.xml
height250

...