File tree Expand file tree Collapse file tree 4 files changed +4
-16
lines changed Expand file tree Collapse file tree 4 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 52
52
<cve >CVE-2023-44487</cve >
53
53
<cve >CVE-2025-25193</cve >
54
54
</suppress >
55
- <!-- https://issues.apache.org/jira/browse/CASSANDRA-17966 -->
56
- <suppress >
57
- <packageUrl regex =" true" >^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl >
58
- <cve >CVE-2022-42003</cve >
59
- <cve >CVE-2022-42004</cve >
60
- <cve >CVE-2023-35116</cve >
61
- </suppress >
62
55
63
56
<!-- https://issues.apache.org/jira/browse/CASSANDRA-19142 -->
64
57
<!-- https://issues.apache.org/jira/browse/CASSANDRA-20412 -->
Original file line number Diff line number Diff line change @@ -34,16 +34,10 @@ ignore:
34
34
- reason: https://issues.apache.org/jira/browse/CASSANDRA-17907 -- ^pkg:maven/org\.yaml/snakeyaml@.*$
35
35
CVE-2022-41881:
36
36
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-all@.*$
37
- CVE-2022-42003:
38
- - reason: https://issues.apache.org/jira/browse/CASSANDRA-17966 -- ^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$
39
- CVE-2022-42004:
40
- - reason: https://issues.apache.org/jira/browse/CASSANDRA-17966 -- ^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$
41
37
CVE-2023-2976:
42
38
- reason: not applicable https://nvd.nist.gov/vuln/detail/CVE-2020-8908 -- ^pkg:maven/com\.google\.guava/guava@.*$
43
39
CVE-2023-34462:
44
40
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-all@.*$
45
- CVE-2023-35116:
46
- - reason: https://issues.apache.org/jira/browse/CASSANDRA-17966 -- ^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$
47
41
CVE-2023-44487:
48
42
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-all@.*$
49
43
CVE-2023-6378:
Original file line number Diff line number Diff line change 1
1
4.0.19
2
+ * Update Jackson to 2.19.2 (CASSANDRA-20848)
2
3
* Update commons-lang3 to 3.18.0 (CASSANDRA-20849)
3
4
* Add NativeTransportMaxConcurrentConnectionsPerIp to StorageProxyMBean (CASSANDRA-20642)
4
5
* Make secondary index implementations notified about rows in fully expired SSTables in compaction (CASSANDRA-20829)
Original file line number Diff line number Diff line change 574
574
<dependency groupId =" org.slf4j" artifactId =" jcl-over-slf4j" version =" 1.7.25" />
575
575
<dependency groupId =" ch.qos.logback" artifactId =" logback-core" version =" 1.2.9" />
576
576
<dependency groupId =" ch.qos.logback" artifactId =" logback-classic" version =" 1.2.9" />
577
- <dependency groupId =" com.fasterxml.jackson.core" artifactId =" jackson-core" version =" 2.13 .2" />
578
- <dependency groupId =" com.fasterxml.jackson.core" artifactId =" jackson-databind" version =" 2.13.2 .2" />
579
- <dependency groupId =" com.fasterxml.jackson.core" artifactId =" jackson-annotations" version =" 2.13 .2" />
577
+ <dependency groupId =" com.fasterxml.jackson.core" artifactId =" jackson-core" version =" 2.19 .2" />
578
+ <dependency groupId =" com.fasterxml.jackson.core" artifactId =" jackson-databind" version =" 2.19 .2" />
579
+ <dependency groupId =" com.fasterxml.jackson.core" artifactId =" jackson-annotations" version =" 2.19 .2" />
580
580
<dependency groupId =" com.googlecode.json-simple" artifactId =" json-simple" version =" 1.1" />
581
581
<dependency groupId =" com.boundary" artifactId =" high-scale-lib" version =" 1.0.6" />
582
582
<dependency groupId =" com.github.jbellis" artifactId =" jamm" version =" ${ jamm.version } " />
You can’t perform that action at this time.
0 commit comments