Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: update vulnerabilities #186

Merged
merged 2 commits into from
Jun 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .snyk

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id("org.hypertrace.docker-java-application-plugin") version "0.9.5" apply false
id("org.hypertrace.docker-publish-plugin") version "0.9.5" apply false
id("org.hypertrace.code-style-plugin") version "1.1.2" apply false
id("org.owasp.dependencycheck") version "8.1.2"
id("org.owasp.dependencycheck") version "8.2.1"
}

subprojects {
Expand Down
4 changes: 2 additions & 2 deletions hypertrace-graphql-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ plugins {

dependencies {
implementation("com.typesafe:config")
implementation("org.hypertrace.core.serviceframework:platform-service-framework:0.1.50")
implementation("org.hypertrace.core.serviceframework:platform-service-framework:0.1.52")
implementation("org.slf4j:slf4j-api")

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

implementation("com.graphql-java-kickstart:graphql-java-servlet")
implementation(project(":hypertrace-graphql-impl"))
Expand Down
7 changes: 7 additions & 0 deletions owasp-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,11 @@
<packageUrl regex="true">^pkg:maven/io\.github\.graphql\-java/graphql\-java\-annotations@.*$</packageUrl>
<cpe>cpe:/a:graphql-java:graphql-java</cpe>
</suppress>
<suppress until="2023-06-29Z">
Copy link
Contributor Author

@SrikarMannepalli SrikarMannepalli Jun 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding a suppression with expiry for now as there is no update available yet and the authenticity of the vulnerability is being disputed - FasterXML/jackson-databind#3973.

<notes><![CDATA[
file name: jackson-databind-2.15.2.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl>
<cve>CVE-2023-35116</cve>
</suppress>
</suppressions>