Sonarqube 7.9 showing integer value as log tainted in spring controller

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

Hello,

Thanks for the feedback. This problem has been already fixed with SonarQube 8.2.
It’s recommended to use the latest version of SonarQube Developer Edition to get the best of our SAST engine.

Regards
Alex

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.