Package com.evolveum.midpoint.rest.impl
Class BinderControllerAdvice
- java.lang.Object
-
- com.evolveum.midpoint.rest.impl.BinderControllerAdvice
-
@ControllerAdvice @Order public class BinderControllerAdvice extends Object
-
-
Constructor Summary
Constructors Constructor Description BinderControllerAdvice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setAllowedFields(org.springframework.web.bind.WebDataBinder dataBinder)
Should prevent Spring4Shell vulnerability (but we believe midPoint does not allow it anyway).
-
-
-
Method Detail
-
setAllowedFields
@InitBinder public void setAllowedFields(org.springframework.web.bind.WebDataBinder dataBinder)
Should prevent Spring4Shell vulnerability (but we believe midPoint does not allow it anyway). See https://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement[this] for more info.
-
-