This repository was archived by the owner on Oct 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed
src/sbt-test/sbt-dependency-check/purgeDeletesDatabase/data Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ val sbtDependencyCheck = (project in file("."))
1212 .settings(
1313 libraryDependencies ++= Seq (
1414 " commons-collections" % " commons-collections" % " 3.2.2" ,
15- " org.owasp" % " dependency-check-core" % " 6.5.3 "
15+ " org.owasp" % " dependency-check-core" % " 7.0.0 "
1616 ),
1717 sbtPlugin := true ,
1818 dependencyUpdatesFilter -= moduleFilter(organization = " org.scala-lang" ) | moduleFilter(organization = " org.scala-sbt" ),
Original file line number Diff line number Diff line change 22<suppressions xmlns =" https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd" >
33 <suppress >
44 <notes ><![CDATA[
5- file name: h2-1.4.199.jar
5+ FP per issue #4162
66 ]]> </notes >
7- <packageUrl regex =" true" >^pkg:maven/com\.h2database/h2@.*$</packageUrl >
8- <cve >CVE-2021-23463</cve >
9- <cve >CVE-2021-42392</cve >
10- <cve >CVE-2022-23221</cve >
11- <vulnerabilityName >CWE-94: Improper Control of Generation of Code ('Code Injection')</vulnerabilityName >
7+ <packageUrl regex =" true" >^pkg:maven/commons-(?:digester|validator)/commons-(?:digester|validator)@.*$</packageUrl >
8+ <cpe >cpe:/a:apache:james</cpe >
129 </suppress >
1310</suppressions >
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")
88Compile / unmanagedSourceDirectories += baseDirectory.value.getParentFile / " src" / " main" / " scala"
99libraryDependencies ++= Seq (
1010 " commons-collections" % " commons-collections" % " 3.2.2" ,
11- " org.owasp" % " dependency-check-core" % " 6.5.3 " ,
11+ " org.owasp" % " dependency-check-core" % " 7.0.0 " ,
1212 " org.slf4j" % " slf4j-simple" % " 1.7.36"
1313)
You can’t perform that action at this time.
0 commit comments