Sql injection issue not getting detected for golang application

This is a public golang repo which i forked for testing sql injection detection:

This repo was scanned using SonarCloud but sql injection wasn’t detected. Please let me know if i’m missing any steps or do i need to do any other configuration related changes

1 Like

Hey there.

Detection of injection vulnerabilities is not currently supported for Go. You can find the list of supported languages on this page: https://sonarcloud.io/code-security/

1 Like