Skip to content

Commit 65a6bd4

Browse files
author
threedr3am
committed
add CVE-2024-22243 & optimize project
1 parent b5e8427 commit 65a6bd4

File tree

17 files changed

+130
-94
lines changed

17 files changed

+130
-94
lines changed

apache-poi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

12-
<artifactId>apache-com.threedr3am.bug.poi</artifactId>
12+
<artifactId>apache-poi</artifactId>
1313
<packaging>pom</packaging>
1414
<modules>
1515
<module>cve-2014-3529</module>

dubbo/dubbo-hessian2-safe-reinforcement/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
88
<version>2.1.11.RELEASE</version>
9-
<relativePath/> <!-- lookup parent from repository -->
109
</parent>
1110
<modelVersion>4.0.0</modelVersion>
1211

fastjson/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@
1919
<version>1.2.68</version>
2020
</dependency>
2121

22+
<dependency>
23+
<groupId>org.python</groupId>
24+
<artifactId>jython</artifactId>
25+
<version>2.5.3-rc1</version>
26+
</dependency>
27+
<dependency>
28+
<groupId>org.postgresql</groupId>
29+
<artifactId>postgresql</artifactId>
30+
<version>42.5.0</version>
31+
</dependency>
32+
2233
<dependency>
2334
<groupId>com.xyh</groupId>
2435
<artifactId>common</artifactId>

jackson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
</dependency>
8989

9090
<!-- https://mvnrepository.com/artifact/com.codahale.metrics/metrics-healthchecks -->
91-
<dependency>acc
91+
<dependency>
9292
<groupId>com.codahale.metrics</groupId>
9393
<artifactId>metrics-healthchecks</artifactId>
9494
<version>3.0.2</version>

pom.xml

Lines changed: 0 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -47,92 +47,9 @@
4747
<version>4.11</version>
4848
<scope>test</scope>
4949
</dependency>
50-
51-
<!-- java运行javascript依赖,利用defineclass -->
52-
<dependency>
53-
<groupId>org.mozilla</groupId>
54-
<artifactId>rhino</artifactId>
55-
<version>1.7.6</version>
56-
</dependency>
57-
58-
59-
<!-- <dependency>-->
60-
<!-- <groupId>com.google.guava</groupId>-->
61-
<!-- <artifactId>guava</artifactId>-->
62-
<!-- <version>26.0-jre</version>-->
63-
<!-- </dependency>-->
64-
65-
66-
<!-- Javaee API -->
67-
<!-- <dependency>-->
68-
<!-- <groupId>javax</groupId>-->
69-
<!-- <artifactId>javaee-api</artifactId>-->
70-
<!-- <version>6.0</version>-->
71-
<!-- </dependency>-->
72-
73-
74-
<!-- hibernate -->
75-
<!-- <dependency>-->
76-
<!-- <groupId>org.hibernate</groupId>-->
77-
<!-- <artifactId>hibernate</artifactId>-->
78-
<!-- <version>3.2.1.ga</version>-->
79-
<!-- <exclusions>-->
80-
<!-- <exclusion>-->
81-
<!-- <groupId>javax.transaction</groupId>-->
82-
<!-- <artifactId>jta</artifactId>-->
83-
<!-- </exclusion>-->
84-
<!-- <exclusion>-->
85-
<!-- <groupId>asm</groupId>-->
86-
<!-- <artifactId>asm</artifactId>-->
87-
<!-- </exclusion>-->
88-
<!-- <exclusion>-->
89-
<!-- <groupId>asm</groupId>-->
90-
<!-- <artifactId>asm-attrs</artifactId>-->
91-
<!-- </exclusion>-->
92-
<!-- <exclusion>-->
93-
<!-- <groupId>cglib</groupId>-->
94-
<!-- <artifactId>cglib</artifactId>-->
95-
<!-- </exclusion>-->
96-
<!-- </exclusions>-->
97-
<!-- </dependency>-->
98-
99-
10050
</dependencies>
10151

10252
<build>
103-
<pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
104-
<plugins>
105-
<plugin>
106-
<artifactId>maven-clean-plugin</artifactId>
107-
<version>3.0.0</version>
108-
</plugin>
109-
<!-- see http://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
110-
<plugin>
111-
<artifactId>maven-resources-plugin</artifactId>
112-
<version>3.0.2</version>
113-
</plugin>
114-
<plugin>
115-
<artifactId>maven-compiler-plugin</artifactId>
116-
<version>3.7.0</version>
117-
</plugin>
118-
<plugin>
119-
<artifactId>maven-surefire-plugin</artifactId>
120-
<version>2.20.1</version>
121-
</plugin>
122-
<plugin>
123-
<artifactId>maven-jar-plugin</artifactId>
124-
<version>3.0.2</version>
125-
</plugin>
126-
<plugin>
127-
<artifactId>maven-install-plugin</artifactId>
128-
<version>2.5.2</version>
129-
</plugin>
130-
<plugin>
131-
<artifactId>maven-deploy-plugin</artifactId>
132-
<version>2.8.2</version>
133-
</plugin>
134-
</plugins>
135-
</pluginManagement>
13653
<plugins>
13754
<plugin>
13855
<groupId>org.apache.maven.plugins</groupId>

shiro/auth-bypass-shiro-1-4-1/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
88
<version>1.5.22.RELEASE</version>
9-
<relativePath/>
109
</parent>
1110

1211
<modelVersion>4.0.0</modelVersion>

shiro/auth-bypass-shiro-1-5-1/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
88
<version>1.5.22.RELEASE</version>
9-
<relativePath/>
109
</parent>
1110

1211
<modelVersion>4.0.0</modelVersion>

shiro/auth-bypass-shiro-1-5-3/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
88
<version>1.5.22.RELEASE</version>
9-
<relativePath/>
109
</parent>
1110
<modelVersion>4.0.0</modelVersion>
1211

shiro/auth-bypass-shiro-1-7-1/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
88
<version>1.5.22.RELEASE</version>
9-
<relativePath/>
109
</parent>
1110
<modelVersion>4.0.0</modelVersion>
1211

shiro/auth-bypass-shiro-1-8-0/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
88
<version>1.5.22.RELEASE</version>
9-
<relativePath/>
109
</parent>
1110
<modelVersion>4.0.0</modelVersion>
1211

0 commit comments

Comments
 (0)