kusalk commented on PR #743: URL: https://github.com/apache/struts/pull/743#issuecomment-1698608418
Having done some further testing, I don't believe this mitigation to be necessary. There isn't anything inherently dangerous about just loading the class. Class members are still subject to `SecurityMemberAccess` checks and static fields and methods can be blocked with the following options. ``` struts.ognl.allowStaticFieldAccess=false struts.ognl.allowStaticMethodAccess=false ``` -- 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]
