-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update deps, suppressions (#218)
- Loading branch information
1 parent
8c2c883
commit 50964c3
Showing
6 changed files
with
20 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,29 +18,21 @@ | |
<cve>CVE-2020-13956</cve> | ||
</suppress> | ||
|
||
<suppress until="2023-11-30Z"> | ||
<suppress > | ||
<notes><![CDATA[ | ||
file name: zookeeper-api-1.3.0.jar | ||
Below CVEs impact zookeeper itself, rather than the zookeeper api | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.apache\.helix/zookeeper\-api@.*$</packageUrl> | ||
<cve>CVE-2016-5017</cve> | ||
<cve>CVE-2018-8012</cve> | ||
<cve>CVE-2019-0201</cve> | ||
<cve>CVE-2023-44981</cve> | ||
</suppress> | ||
<suppress until="2023-11-30Z"> | ||
<notes><![CDATA[ | ||
file name: jackson-databind-2.14.2.jar | ||
This is currently disputed. | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl> | ||
<cve>CVE-2023-35116</cve> | ||
</suppress> | ||
<suppress until="2023-11-30Z"> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: netty-handler-4.1.94.Final.jar | ||
Fixed from 2.9.0 - awaiting vuln db update | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/io\.netty/netty.*@.*$</packageUrl> | ||
<vulnerabilityName>CVE-2023-4586</vulnerabilityName> | ||
<packageUrl regex="true">^pkg:maven/com\.jayway\.jsonpath/json\[email protected]$</packageUrl> | ||
<vulnerabilityName>CVE-2023-51074</vulnerabilityName> | ||
</suppress> | ||
</suppressions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,9 +16,6 @@ dependencies { | |
"in org.jetbrains.kotlin:[email protected]", | ||
) | ||
} | ||
implementation("com.fasterxml.jackson.core:jackson-databind:2.14.2") { | ||
because("Multiple vulnerabilities") | ||
} | ||
implementation("org.apache.calcite:calcite-core:1.34.0") { | ||
because("CVE-2022-39135") | ||
} | ||
|
@@ -57,12 +54,15 @@ dependencies { | |
implementation("org.apache.zookeeper:zookeeper:3.7.2") { | ||
because("CVE-2023-44981") | ||
} | ||
implementation("com.jayway.jsonpath:json-path:2.9.0") { | ||
because("CVE-2023-51074") | ||
} | ||
} | ||
api(project(":query-service-api")) | ||
api("com.typesafe:config:1.4.1") | ||
implementation("org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6") | ||
implementation("org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6") | ||
implementation("org.hypertrace.core.grpcutils:grpc-server-rx-utils:0.12.6") | ||
implementation("org.hypertrace.core.grpcutils:grpc-context-utils:0.13.1") | ||
implementation("org.hypertrace.core.grpcutils:grpc-client-utils:0.13.1") | ||
implementation("org.hypertrace.core.grpcutils:grpc-server-rx-utils:0.13.1") | ||
implementation("org.hypertrace.core.attribute.service:attribute-service-api:0.14.26") | ||
implementation("org.hypertrace.core.attribute.service:attribute-projection-registry:0.14.26") | ||
implementation("org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.26") | ||
|
@@ -74,7 +74,7 @@ dependencies { | |
} | ||
implementation("org.slf4j:slf4j-api:1.7.32") | ||
implementation("commons-codec:commons-codec:1.15") | ||
implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.62") | ||
implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.64") | ||
implementation("com.google.protobuf:protobuf-java-util:3.22.0") | ||
implementation("com.google.guava:guava:32.1.2-jre") | ||
implementation("io.reactivex.rxjava3:rxjava:3.0.11") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters