You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using /d:sonar.dependencyCheck.securityHotspot=true we don't get any vunerabilities show up in the UI at all.
Running with /d:sonar.dependencyCheck.securityHotspot=false we do get issues, but they're not directly linked to any files
I did notice in the output it's saying there aren't any project configuration files
INFO: Sensor Dependency-Check [dependencycheck]
INFO: Dependency-Check - Start
INFO: Using JSON-Reportparser
INFO: No project configuration file, e.g. pom.xml, *.gradle, *.gradle.kts, package-lock.json found, therefore it isn't possible to correctly link dependencies with files.
INFO: Linking 9 dependencies
INFO: Upload Dependency-Check HTML-Report
INFO: Dependency-Check - End
INFO: Sensor Dependency-Check [dependencycheck] (done) | time=953ms
In dotnet these are I'm expecting these to be the csproj files, but I'm unsure how to get it to recognise these, or if this is even just a red herring.
I have noticed from the code tab that the csproj files aren't in the view:
I did also try manipulating d/sonar.sources, which made the csproj files appear in the code view, but still no file linking
Describe the bug
When using
/d:sonar.dependencyCheck.securityHotspot=true
we don't get any vunerabilities show up in the UI at all.Running with
/d:sonar.dependencyCheck.securityHotspot=false
we do get issues, but they're not directly linked to any filesI did notice in the output it's saying there aren't any project configuration files
In dotnet these are I'm expecting these to be the csproj files, but I'm unsure how to get it to recognise these, or if this is even just a red herring.
I have noticed from the code tab that the csproj files aren't in the view:
I did also try manipulating
d/sonar.sources
, which made the csproj files appear in the code view, but still no file linkingObviously there's also no security hotspots having configured it to false
To Reproduce
Steps to reproduce the behavior:
Current behavior
Don't see any vulnerabilities in either issues or security hotspots
Expected behavior
See issues and security hotspots
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: