Skip to content

Commit a3c26d3

Browse files
refactor: update vulnerabilities (#186)
* refactor: update vulnerabilities * add suppression
1 parent d46425f commit a3c26d3

File tree

5 files changed

+11
-14
lines changed

5 files changed

+11
-14
lines changed

.snyk

-10
This file was deleted.

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id("org.hypertrace.docker-java-application-plugin") version "0.9.5" apply false
66
id("org.hypertrace.docker-publish-plugin") version "0.9.5" apply false
77
id("org.hypertrace.code-style-plugin") version "1.1.2" apply false
8-
id("org.owasp.dependencycheck") version "8.1.2"
8+
id("org.owasp.dependencycheck") version "8.2.1"
99
}
1010

1111
subprojects {

hypertrace-graphql-service/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ plugins {
77

88
dependencies {
99
implementation("com.typesafe:config")
10-
implementation("org.hypertrace.core.serviceframework:platform-service-framework:0.1.50")
10+
implementation("org.hypertrace.core.serviceframework:platform-service-framework:0.1.52")
1111
implementation("org.slf4j:slf4j-api")
1212

13-
implementation("org.hypertrace.core.serviceframework:platform-http-service-framework:0.1.50")
13+
implementation("org.hypertrace.core.serviceframework:platform-http-service-framework:0.1.52")
1414

1515
implementation("com.graphql-java-kickstart:graphql-java-servlet")
1616
implementation(project(":hypertrace-graphql-impl"))

owasp-suppressions.xml

+7
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,11 @@
1616
<packageUrl regex="true">^pkg:maven/io\.github\.graphql\-java/graphql\-java\-annotations@.*$</packageUrl>
1717
<cpe>cpe:/a:graphql-java:graphql-java</cpe>
1818
</suppress>
19+
<suppress until="2023-06-29Z">
20+
<notes><![CDATA[
21+
file name: jackson-databind-2.15.2.jar
22+
]]></notes>
23+
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl>
24+
<cve>CVE-2023-35116</cve>
25+
</suppress>
1926
</suppressions>

0 commit comments

Comments
 (0)