[GitHub] [commons-jxpath] garydgregory commented on a diff in pull request #26: Fix CVE-2022-41852

2022-10-19 Thread GitBox
garydgregory commented on code in PR #26: URL: https://github.com/apache/commons-jxpath/pull/26#discussion_r999895278 ## src/test/java/org/apache/commons/jxpath/ri/compiler/ExtensionFunctionTest.java: ## @@ -60,9 +59,9 @@ public void setUp() { lib.addFunctions(new C

[GitHub] [commons-jxpath] garydgregory commented on a diff in pull request #26: Fix CVE-2022-41852

2022-10-19 Thread GitBox
garydgregory commented on code in PR #26: URL: https://github.com/apache/commons-jxpath/pull/26#discussion_r999316059 ## src/main/java/org/apache/commons/jxpath/Functions.java: ## @@ -43,4 +45,15 @@ public interface Functions { * @return Function */ Function get

[GitHub] [commons-jxpath] garydgregory commented on a diff in pull request #26: Fix CVE-2022-41852

2022-10-19 Thread GitBox
garydgregory commented on code in PR #26: URL: https://github.com/apache/commons-jxpath/pull/26#discussion_r999316059 ## src/main/java/org/apache/commons/jxpath/Functions.java: ## @@ -43,4 +45,15 @@ public interface Functions { * @return Function */ Function get

[GitHub] [commons-jxpath] garydgregory commented on a diff in pull request #26: Fix CVE-2022-41852

2022-10-19 Thread GitBox
garydgregory commented on code in PR #26: URL: https://github.com/apache/commons-jxpath/pull/26#discussion_r999300705 ## src/main/java/org/apache/commons/jxpath/ri/JXPathFilter.java: ## @@ -0,0 +1,64 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more +