Commit 01ede18
committed
Fix scanner findings: dead code and secrets false positive
Remove the unused sendRejection helper left behind by the Go transport
deduplication (staticcheck U1000, failing the Static Analysis
workflow). Truncate a full 40-hex commit SHA in SOW-0015 to its short
form: written next to the word SonarCloud it pattern-matched the
Semgrep detected-sonarqube-docs-api-key secrets rule, failing every
Codacy Local Analysis run since June 8 and raising two false-positive
code scanning alerts.1 parent f91393f commit 01ede18
2 files changed
Lines changed: 2 additions & 5 deletions
File tree
- .agents/sow/current
- src/go/pkg/netipc/transport/posix
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
908 | 908 | | |
909 | 909 | | |
910 | 910 | | |
911 | | - | |
| 911 | + | |
| 912 | + | |
912 | 913 | | |
913 | 914 | | |
914 | 915 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | 141 | | |
146 | 142 | | |
147 | 143 | | |
| |||
0 commit comments