I have 200 security hotspots in my sonarqube server, but in my sonarqube for IDE, it only flag out 100. So there is about a 100 issues not being flagged out
Can you share the version of SonarQube for IDE you’re using? Can you also share a verbose log from IDE startup to where you’re expecting to see the SecurityHotspots, but don’t?
Off-hand, this sounds like a pagination problem, but let’s see what the logs say.
Also, and for context, SonarQube for IDE is not intended to be a full code inspection tool, but an aide for active coding. The idea is to see issues in the code files you’re currently working in, not to browse all issues.
Here is an example of the differences in findings. As you can see in the IDE there is only 10 results, but in the UI there is 50 results when i do a pysonar scan.