Skip to content

Commit

Permalink
Block one more gadget type (aries.transaction.jms, CVE-2020-10672)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtokarski-atlassian committed May 8, 2020
1 parent 86bdda0 commit 32ab266
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ One more patch release for 1.9.
* [databind#2648]: Block one more gadget type (shiro-core)
* [databind#2653]: Block one more gadget type (shiro-core, 2nd class)
* [databind#2658]: Block one more gadget type (ignite-jta, CVE-2020-10650)
* [databind#2659]: Block one more gadget type (aries.transaction.jms, CVE-2020-10672)

1.9.13 (14-Jul-2013)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ public class SubTypeValidator
s.add("org.apache.ignite.cache.jta.jndi.CacheJndiTmFactory");
s.add("org.quartz.utils.JNDIConnectionProvider");

// [databind#2659]: aries.transaction.jms
s.add("org.apache.aries.transaction.jms.internal.XaPooledConnectionFactory");

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}

Expand Down

0 comments on commit 32ab266

Please sign in to comment.