Colin
(Colin)
May 26, 2025, 8:29am
2
Hey there.
Rasheed Jimoh:
Does SonarQube Developer Edition support Security Issues for PL/SQL, or only Hotspots?
What conditions or rules trigger Security Issues in PL/SQL?
Checking rules.sonarsource.com , there are 4 vulnerability rules for PL/SQL. Is your code designed to trigger any of them?
Rasheed Jimoh:
Is PL/SQL code coverage fully supported in Developer Edition using utPLSQL?
Is there a way to confirm whether the coverage.xml is being read and processed correctly?
SonarQube will support any coverage tool if the final report is formatted as generic coverage data . Refer to the following guide for troubleshooting (specifically, where to find the logs):
When coverage data isn’t appearing as expected in SonarQube Server / Community Build or SonarQube Cloud, the first place you should look is the scanner logs.
Where do I find the scanner logs?
This will likely be broken out into its own guide soon
The Scanner logs are the output of executing one of the scanners , either directly or wrapped by one of many integrations, such as the SonarScanner for Jenkins , SonarScanner for Azure DevOps , SonarQube /SonarCloud GitHub Actions or SonarQube /…