fix: SpringBoot Undertow and Jetty Shell inject failed

This commit is contained in:
ReaJason
2025-04-23 00:10:48 +08:00
parent d8079e5d0f
commit aee8dbe8e0
31 changed files with 633 additions and 52 deletions
+4 -1
View File
@@ -51,12 +51,15 @@ idea {
}
test {
dependsOn(":vul:vul-webapp:war",
dependsOn(
":vul:vul-webapp:war",
":vul:vul-webapp-expression:war",
":vul:vul-webapp-deserialize:war",
":vul:vul-webapp-jakarta:war",
":vul:vul-springboot1:bootJar",
":vul:vul-springboot2:bootJar",
":vul:vul-springboot2-jetty:bootJar",
":vul:vul-springboot2-undertow:bootJar",
":vul:vul-springboot2:bootWar",
":vul:vul-springboot2-webflux:bootJar",
":vul:vul-springboot3:bootJar",