test: add SpringBoot1 vul case (resolved #22)

This commit is contained in:
ReaJason
2025-02-28 22:40:45 +08:00
parent 2f9ac42a3f
commit a1bf202066
24 changed files with 841 additions and 25 deletions
+5
View File
@@ -2,4 +2,9 @@ idea {
module {
excludeDirs += file('src')
}
}
subprojects {
group = 'com.reajason.javaweb.vul'
version = ''
}