Skip to content

Commit

Permalink
MNSTR-5023 backport security fix from jackson2
Browse files Browse the repository at this point in the history
  • Loading branch information
tkanafa-atlassian committed Apr 20, 2021
1 parent 7480e2b commit 8d68933
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ One more patch release for 1.9.
* [databind#2469]: Block one more gadget type (xalan2, might be related to CVE-2019-14893)
* [databind#2704]: Block one more gadget type (xalan2, CVE-2020-14062)
* [databind#2765]: Block one more gadget type (org.jsecurity, CVE-2020-14195)
* [databind#2798]: Block one more gadget type (CVE-2020-24750)
* [databind#2798]: Block one more gadget type (com.pastdev.httpcomponents, CVE-2020-24750)
* [databind#2814]: Block one more gadget type (Anteros-DBCP, CVE-2020-24616)


1.9.13 (14-Jul-2013)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,11 @@ public class SubTypeValidator
// [databind#2631]: shaded hikari-config
s.add("org.apache.hadoop.shaded.com.zaxxer.hikari.HikariConfig");

// [databind#2634]: ibatis-sqlmap, anteros-core
// [databind#2634]: ibatis-sqlmap, anteros-core/-dbcp
s.add("com.ibatis.sqlmap.engine.transaction.jta.JtaTransactionConfig");
s.add("br.com.anteros.dbcp.AnterosDBCPConfig");
// [databind#2814]: anteros-dbcp
s.add("br.com.anteros.dbcp.AnterosDBCPDataSource");

// [databind#2642]: javax.swing (jdk)
s.add("javax.swing.JEditorPane");
Expand Down

0 comments on commit 8d68933

Please sign in to comment.