test: add jdk11 scriptEngine test case

This commit is contained in:
ReaJason
2025-12-08 01:43:41 +08:00
parent fc3961a6bf
commit c21d47140f
3 changed files with 3 additions and 5 deletions
@@ -398,7 +398,7 @@ public class ShellAssertion {
case Base64 -> VulTool.postIsOk(url + "/b64", content);
case BigInteger -> VulTool.postIsOk(url + "/biginteger", content);
case XxlJob -> VulTool.xxlJobExecutor(url + "/run", content);
case H2, H2JS, H2Javac -> VulTool.postIsOk(url + "/jdbc", content);
case H2, H2JS, H2Javac, H2JSURLEncode -> VulTool.postIsOk(url + "/jdbc", content);
case XalanAbstractTransletPacker -> VulTool.postIsOk(url + "/jackson", content);
default -> throw new IllegalStateException("Unexpected value: " + packer);
}