Modify rule S4036: Fix Code Example (#4640)

This commit is contained in:
daniel-teuchert-sonarsource 2025-02-03 11:57:51 +01:00 committed by GitHub
parent c99ad72c75
commit c1a6b0f5f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ out, _ := exec.Command("ls").CombinedOutput() // Sensitive
[source,go] [source,go]
---- ----
out, _ := exec.Command("/bin/ls").CombinedOutput() // Compliant out, _ := exec.Command("/bin/ls").CombinedOutput()
---- ----
include::../see.adoc[] include::../see.adoc[]