Skip to content

Commit 32f1c36

Browse files
committed
LdapBypassJndi.jar
1 parent 4519966 commit 32f1c36

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed
4.83 MB
Binary file not shown.

shiro/shiro-deser/pom.xml

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,22 @@
7474
<groupId>commons-beanutils</groupId>
7575
<artifactId>commons-beanutils</artifactId>
7676
<version>1.9.2</version>
77+
<exclusions>
78+
<exclusion>
79+
<artifactId>commons-collections</artifactId>
80+
<groupId>commons-collections</groupId>
81+
</exclusion>
82+
</exclusions>
7783
</dependency>
84+
85+
<!-- <dependency>-->
86+
<!-- <groupId>org.apache.commons</groupId>-->
87+
<!-- <artifactId>commons-beanutils2</artifactId>-->
88+
<!-- <version>2.0.0</version>-->
89+
<!-- </dependency>-->
90+
91+
92+
7893
<!-- https://mvnrepository.com/artifact/org.bytedeco/ffmpeg -->
7994
<dependency>
8095
<groupId>org.bytedeco</groupId>
@@ -83,11 +98,11 @@
8398
</dependency>
8499

85100
<!-- 添加commons-collections依赖作为 payload-->
86-
<!--&lt;!&ndash; <dependency>&ndash;&gt;-->
87-
<!-- <groupId>org.apache.commons</groupId>-->
88-
<!-- <artifactId>commons-collections4</artifactId>-->
89-
<!-- <version>4.0</version>-->
90-
<!-- </dependency>-->
101+
<dependency>
102+
<groupId>org.apache.commons</groupId>
103+
<artifactId>commons-collections4</artifactId>
104+
<version>4.0</version>
105+
</dependency>
91106
<dependency>
92107
<groupId>org.javassist</groupId>
93108
<artifactId>javassist</artifactId>

0 commit comments

Comments
 (0)