asrar-mared commented on code in PR #781:
URL: https://github.com/apache/struts/pull/781#discussion_r2696499520


##########
core/src/main/java/com/opensymphony/xwork2/ognl/OgnlUtil.java:
##########
@@ -89,15 +92,19 @@ public class OgnlUtil {
     private Set<String> excludedPackageNames = emptySet();
     private Set<String> excludedPackageExemptClasses = emptySet();
 
+    private boolean enforceAllowlistEnabled = false;
+    private Set<String> allowlistClasses = emptySet();
+    private Set<String> allowlistPackageNames = emptySet();
+
     private Set<String> devModeExcludedClasses = emptySet();
     private Set<Pattern> devModeExcludedPackageNamePatterns = emptySet();
     private Set<String> devModeExcludedPackageNames = emptySet();
     private Set<String> devModeExcludedPackageExemptClasses = emptySet();
 
     private Container container;
     private boolean allowStaticFieldAccess = true;
-    private boolean disallowProxyMemberAccess;

Review Comment:
   variable files 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to