We are using sonarqube version 7.9
In a spring rest controller, we are getting two integers, one as @RequesteHeader and other is @RequestParam
For String values, we got issue as
Refactor to not to log tainted, user controlled data
that we fixed it. Now SQ is showing same error for Integers also
is it correct one?
please clarify us, what is expectation