SvenT23

Results 4 comments of SvenT23

> > Where do I find documentation about the deprecation of security hotspot feature? > > I think here: https://docs.sonarsource.com/sonarqube/latest/user-guide/security-hotspots/ > > > Issue types (bug, vulnerability, and code smell)...

After looking into this further, I think SonarQube has removed the previous deprecation in the plugin API as well: https://github.com/SonarSource/sonar-plugin-api/releases/tag/11.1.0.2693 So the deprecation itself seems to have been a mistake

Still very relevant as a feature we want fixed. I'm willing to help create a PR but I have no idea where to start to fix what got removed.

> Based on [#952 (comment)](https://github.com/dependency-check/dependency-check-sonar-plugin/issues/952#issuecomment-2612480396) Security Hotspots are not deprecated anymore. Here the rule must be added again in the plugin. PullRequest is welcome. You can then activate the security...