Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Small formatting

...

Here is the command line I use on Windows to start the check (I used the OWASP Dependency Check command line option on Windows):

dependency-check -project OFBiz -scan C:\projectsASF\ofbiz --suppression C:\projectsASF\ofbiz\tools\security\dependency-check\suppress.xml --out C:\projectsASF\ofbiz\tools\security\dependency-check\

You can remove the "--suppression C:\tools\dependency-check\suppress.xml" part if you want to see the initial state

...