Skip to content

Commit

Permalink
Upgrade to OWASP 8.3.1
Browse files Browse the repository at this point in the history
Patch by brandonwilliams; reviewed by edimitrova for CASSANDRA-18650
  • Loading branch information
driftx committed Jul 7, 2023
1 parent 7150cc5 commit 493d15f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .build/build-owasp.xml
Expand Up @@ -17,7 +17,7 @@
~ limitations under the License.
-->
<project basedir="." name="apache-cassandra-owasp-tasks">
<property name="dependency-check.version" value="6.3.2"/>
<property name="dependency-check.version" value="8.3.1"/>
<property name="dependency-check.home" value="${build.dir}/dependency-check-ant-${dependency-check.version}"/>

<condition property="is.dependency.check.jar">
Expand Down
10 changes: 10 additions & 0 deletions .build/dependency-check-suppressions.xml
Expand Up @@ -116,6 +116,14 @@
<cve>CVE-2018-11798</cve>
<cve>CVE-2019-0205</cve>
</suppress>
<suppress>
<packageUrl regex="true">^pkg:maven/com\.thinkaurelius\.thrift/thrift-server@.*$</packageUrl>
<cve>CVE-2015-3254</cve>
<cve>CVE-2016-5397</cve>
<cve>CVE-2018-1320</cve>
<cve>CVE-2018-11798</cve>
<cve>CVE-2019-0205</cve>
</suppress>

<!-- https://issues.apache.org/jira/browse/CASSANDRA-16056 -->
<!-- https://issues.apache.org/jira/browse/CASSANDRA-15416 -->
Expand All @@ -138,6 +146,8 @@
<suppress>
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl>
<cve>CVE-2023-35116</cve>
<cve>CVE-2022-42003</cve>
<cve>CVE-2022-42004</cve>
</suppress>

</suppressions>
1 change: 1 addition & 0 deletions CHANGES.txt
@@ -1,4 +1,5 @@
3.0.30
* Upgrade OWASP to 8.3.1 (CASSANDRA-18650)
* Suppress CVE-2023-34462 (CASSANDRA-18649)
* Add support for AWS Ec2 IMDSv2 (CASSANDRA-16555)
* Suppress CVE-2023-35116 (CASSANDRA-18630)
Expand Down

0 comments on commit 493d15f

Please sign in to comment.