File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
hypertrace-core-graphql-platform Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
22
22
api(" org.hypertrace.core.attribute.service:attribute-service-api:${attributeServiceVersion} " )
23
23
24
24
api(" com.google.inject:guice:5.1.0" )
25
- api(" com.graphql-java:graphql-java:20 .4" )
25
+ api(" com.graphql-java:graphql-java:19 .4" )
26
26
api(" io.github.graphql-java:graphql-java-annotations:9.1" )
27
27
api(" org.slf4j:slf4j-api:1.7.36" )
28
28
api(" io.reactivex.rxjava3:rxjava:3.1.6" )
Original file line number Diff line number Diff line change 15
15
<packageUrl regex =" true" >^pkg:maven/io\.github\.graphql\-java/graphql\-java\-annotations@.*$</packageUrl >
16
16
<cpe >cpe:/a:graphql-java:graphql-java</cpe >
17
17
</suppress >
18
+ <suppress until =" 2023-06-29Z" >
19
+ <notes ><![CDATA[
20
+ file name: jackson-databind-2.15.2.jar
21
+ ]]> </notes >
22
+ <packageUrl regex =" true" >^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl >
23
+ <cve >CVE-2023-35116</cve >
24
+ </suppress >
18
25
</suppressions >
You can’t perform that action at this time.
0 commit comments