Skip to content

Commit

Permalink
[插件] 修正返序列化class黑名单
Browse files Browse the repository at this point in the history
  • Loading branch information
yinhuochong committed Jan 19, 2022
1 parent 0412db8 commit dd7a108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/official/plugin.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const plugin_version = '2021-0917-1535'
const plugin_version = '2022-0119-1745'
const plugin_name = 'official'
const plugin_desc = '官方插件'

Expand Down Expand Up @@ -553,7 +553,7 @@ var algorithmConfig = {
name: '算法1 - 反序列化黑名单过滤',
action: 'block',
clazz: [
'org.apache.commons.collections.functors.ChainedTransformer.transform',
'org.apache.commons.collections.functors.ChainedTransformer',
'org.apache.commons.collections.functors.InvokerTransformer',
'org.apache.commons.collections.functors.InstantiateTransformer',
'org.apache.commons.collections4.functors.InvokerTransformer',
Expand Down

0 comments on commit dd7a108

Please sign in to comment.