Question: How do I do the following 2 steps: Edit the pom.xml file and add the following in the configuration section of the OWASP check: suppression.xml
How do I do the following 2 steps:
- Edit the pom.xml file and add the following in the configuration section of the OWASP check:
suppression.xml
- Verification: Finally, use Maven Run As to run the dependency check again to verify that all dependencies are valid and no false positives exist. Submit the HTML dependency check report showing that all dependencies found are valid and no false positives are present.
I already created a file called suppression.xml in the same directory as the pom.xml file. Which I posted below along with with the pom.xml file. I don't no how to add the following to the pom.xlm for the configuration section of the OWASP check: suppression.xml so that my HTML dependency check report will show that all dependencies found are valid and no false positives are present.
--------------------------------------------------------------------
suppression.xml
--------------------------------------------------------------------
file name: bcprov-jdk15on-1.46.jar ]]>
--------------------------------------------------------------------
pom.xml
--------------------------------------------------------------------
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
