75ACOL

Results 9 issues of 75ACOL

这里可以执行groovy任意代码,例如弹出计算器。 ![image](https://github.com/PowerJob/PowerJob/assets/57381895/8608560a-1ae1-41cd-87cf-c11a7684c006) 这个地方是不是应该根据功能做相对应的限制,而不是直接执行任意代码,例如参考使用 ` SpelExpressionParser parser = new SpelExpressionParser(); SimpleEvaluationContext context = SimpleEvaluationContext.forReadOnlyDataBinding().build(); Boolean value = parser.parseExpression("1+1!=2").getValue(context, Boolean.class); System.out.println(value); `

bug

Consider supporting multi-module JAR files?Thank you.Forgive me for this broken English Please tell me why you don't consider supporting multiple jars。We look forward to your reply

## 为了您的问题能得到及时准确解答,请认真填写下面各个选项,感谢您的配合。 * #### 当前使用的UReport的具体版本号: * #### 遇到的问题描述: ![image](https://github.com/youseries/ureport/assets/57381895/117ebf9e-54a2-4601-b62b-462f466213d0) * #### 涉及到的异常信息(完整异常信息): * #### 相关截图:

## 为了您的问题能得到及时准确解答,请认真填写下面各个选项,感谢您的配合。 * #### 当前使用的UReport的具体版本号: 最新版受影响 * #### 遇到的问题描述: ![image](https://github.com/youseries/ureport/assets/57381895/fdf7c371-bc83-4136-a6a9-461160ade283) * #### 涉及到的异常信息(完整异常信息): * #### 相关截图:

boofcv.io.UtilIO.load ` public static T load( String fileName ) { @Nullable URL url = UtilIO.ensureURL(fileName); if (url == null) throw new RuntimeException("Unknown path=" + fileName); try (InputStream fileIn = url.openStream())...