Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Unknown
Description
The JAX-RS search QueryContext has some methods to return the converted search expression that don't take a bean parameter. This means that it's possible to inject parameters into the search query that are not defined as properties in the bean class, leading to potential injection attacks. Instead all methods should require a bean, similar to the SearchContext.