Skip to content

Commit

Permalink
Modify rule S4036: Fix Code Example (#4640)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-teuchert-sonarsource authored Feb 3, 2025
1 parent c99ad72 commit c1a6b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/S4036/go/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ out, _ := exec.Command("ls").CombinedOutput() // Sensitive

[source,go]
----
out, _ := exec.Command("/bin/ls").CombinedOutput() // Compliant
out, _ := exec.Command("/bin/ls").CombinedOutput()
----

include::../see.adoc[]
Expand Down

0 comments on commit c1a6b0f

Please sign in to comment.