Detecting issues with memory unsafe languages

Could you please recommend me to refer to any documentation on any and all checks/features that SonarQube can provide to detect issues with memory unsafe languages (i.e. C) like memory overflows, etc.

Hey there.

I think you’ll be interested in rules tagged #leak or that involve the buffer. In any case – https://rules.sonarsource.com/ is a great resource for all the rules available with Sonar.

1 Like