-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues and hotspots doesn't include dependency-check vulnerabilities #952
Comments
|
@Reamer hm - can I somehow integrate deps scan audit with sq native issues? |
I am also interested in how to make vulnerabilities detections reported in the dependency-check scan appear in either "Issues" or "Security Hotspots" |
Try deactivating the security hotspot feature. |
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/
Generally speaking, I can no longer mark a rule as a security hotspot in the source code. I think therefore I can not fix this bug. |
Checkout SonarSource/sonar-plugin-api@6785fea for more |
@Reamer is there a way to integrate deps audit results on some native sonarqube view? |
This could be possible. However, I am not a frontend developer and therefore cannot implement this requirement. |
@Reamer, I don't have frontend tweaks on my mind. |
This is a very important plugin but the change to no longer support dependency CVE's as Security Hotspots is a real disappointment. As Security Hotspots they were well presented and allowed a history of changes with notes providing traceability. As Security Issues, changes are less visible and they are not presented well. Is there any way / plan to have this capability restored? Security Hotspots are a major focus area in SonarQube. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
The html report is working fine, however, I'm also unable to get any indication of vulnerabilities(either issues or security hotspots) in Sonar using the latest version of sonarqube, the plugin and the dependency check. |
Describe the bug
I'm using the following settings when running the scanner:
I don't see any errors on SQ server or gitlabCI job dependency check logs. After all, I can see an extra item to access the report:
It has vulnerabilities and right now don't sure why they are not included either on
Issues
orSecurity hotspots
In previous versions I saw that dependency check sonar plugin was also reporting on
Issues
- don't sure why it doesn't workVersions (please complete the following information):
The text was updated successfully, but these errors were encountered: