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:

  1. Edit the pom.xml file and add the following in the configuration section of the OWASP check:

suppression.xml

  1. 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

]]>

CVE-2013-1624

--------------------------------------------------------------------

pom.xml

--------------------------------------------------------------------

xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">

4.0.0

org.springframework.boot

spring-boot-starter-parent

2.2.4.RELEASE

com.snhu

rest-service

0.0.1-SNAPSHOT

rest-service

Project for CS-305 Module 6

1.8

com.jayway.jsonpath

json-path

test

org.bouncycastle

bcprov-jdk15on

1.46

org.springframework.boot

spring-boot-starter-web

org.springframework.boot

spring-boot-starter-test

test

org.junit.vintage

junit-vintage-engine

org.owasp

dependency-check-maven

6.1.1

org.springframework.boot

spring-boot-maven-plugin

org.owasp

dependency-check-maven

6.1.1

check

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!