Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit 0c3046a

Browse files
authored
⬆️ Upgrade dependency-check-core to v7.0.0 (#242)
1 parent a6b24bf commit 0c3046a

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"),

dependency-check-suppressions.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@
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>

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")
88
Compile / unmanagedSourceDirectories += baseDirectory.value.getParentFile / "src" / "main" / "scala"
99
libraryDependencies ++= 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
)
Binary file not shown.

0 commit comments

Comments
 (0)