Skip to content

Commit

Permalink
Fix #2341
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 14, 2019
1 parent c9ef4a1 commit 5f7c69b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Not yet released
#2326: Block class for CVE-2019-12086
(contributed by MaximilianTews@github)
#2334: Block class for CVE-2019-12384
#2341: Block class for CVE-2019-12814

2.7.9.5 (23-Nov-2018)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,13 @@ public class SubTypeValidator
// [databind#2326] (2.7.9.6): one more 3rd party gadget
s.add("com.mysql.cj.jdbc.admin.MiniAdmin");

// [databind#2334] (2.9.9.1): logback-core
// [databind#2334]: logback-core
s.add("ch.qos.logback.core.db.DriverManagerConnectionSource");


// [databind#2341]: jdom/jdom2
s.add("org.jdom.transform.XSLTransformer");
s.add("org.jdom2.transform.XSLTransformer");

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}

Expand Down

0 comments on commit 5f7c69b

Please sign in to comment.