Skip to content

Commit

Permalink
Fix #2642
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 10, 2020
1 parent 1e64db6 commit 6ba4845
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ Project: jackson-databind

2.7.9.7 (not yet released)

#2631: Block one more gadget type (shaded-hikari-config, CVE-to-be-allocated)
#2631: Block one more gadget type (shaded-hikari-config, CVE-2020-9546)
(reported by threedr3am & LFY)
#2634: Block two more gadget types (ibatis-sqlmap, anteros-core; CVE-to-be-allocated)
#2634: Block two more gadget types (ibatis-sqlmap, anteros-core; CVE-2020-9547 / CVE-2020-9548)
(reported by threedr3am & V1ZkRA)
#2642: Block one more gadget type (javax.swing, CVE-to-be-allocated)
(reported by threedr3am)
#2410: Block one more gadget type (HikariCP, CVE-2019-14540)
#2420: Block one more gadget type (cxf-jax-rs, no CVE allocated yet)
#2449: Block one more gadget type (HikariCP, CVE-2019-14439 / CVE-2019-16335)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ public class SubTypeValidator
s.add("com.ibatis.sqlmap.engine.transaction.jta.JtaTransactionConfig");
s.add("br.com.anteros.dbcp.AnterosDBCPConfig");

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

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}

Expand Down

0 comments on commit 6ba4845

Please # to comment.