-
Type:
Bug
-
Status: Closed
-
Resolution: Won't Fix
-
Affects Version/s: 6.2.0 CE M3
-
Fix Version/s: 6.2.0 CE M2
-
Component/s: Accessibility, Application Security > PACL, Security Vulnerability
-
Labels:None
-
Epic/Theme:
Our XYUtil classes in the kernel usually get the implementation by calling their getXY() method. That method is protected by a GetBeanProperty check. Since the setXY method is also protected, we don't need to make a security check every time someone uses the methods on the already injected implementation class if the injection was otherwise successful.