Skip to content

Commit

Permalink
Merge branch '2.8' into 2.9 (fix #2462)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 20, 2019
2 parents f4f4a4e + 41b7f9b commit 819cdbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions release-notes/VERSION-2.x
Expand Up @@ -24,6 +24,7 @@ Project: jackson-databind
(reported by kingkk)
#2460: Block one mode gadget type (ehcache, no CVE allocated yet)
(reported by Fei Lu)
#2462: Block two more gadget types (commons-configuration)

2.9.9 (16-May-2019)

Expand Down
Expand Up @@ -104,7 +104,11 @@ public class SubTypeValidator

// [databind#2420]: CXF/JAX-RS provider/XSLT
s.add("org.apache.cxf.jaxrs.provider.XSLTJaxbProvider");


// [databind#2462]: commons-configuration / -2
s.add("org.apache.commons.configuration.JNDIConfiguration");
s.add("org.apache.commons.configuration2.JNDIConfiguration");

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}

Expand Down

0 comments on commit 819cdbc

Please sign in to comment.