Skip to content

Commit

Permalink
Work for addressing #2798
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jul 21, 2020
1 parent fae36eb commit 6cc9f1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Project: jackson-databind
=== Releases ===
------------------------------------------------------------------------

2.9.10.6 (not yet released)

#2798: Block one more gadget type (xxx, xxx)
(reported by Al1ex@knownsec)

2.9.10.5 (21-Jun-2020)

#2688: Block one more gadget type (apache-drill, CVE-2020-14060)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ public class SubTypeValidator
// [databind#2764]: org.jsecurity:
s.add("org.jsecurity.realm.jndi.JndiRealmFactory");

// [databind#2798]: com.pastdev.httpcomponents:
s.add("com.pastdev.httpcomponents.configuration.JndiConfiguration");

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}

Expand Down

0 comments on commit 6cc9f1a

Please sign in to comment.