Commit 7ef40f8
fix: add nolint:gosec for G703 path traversal in test cleanup
The temp file path comes from os.CreateTemp which is safe. The newer
CI linter (v2.10.1) flags this as G703 path traversal via taint analysis.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 53dc015 commit 7ef40f8
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
748 | 748 | | |
749 | 749 | | |
750 | 750 | | |
751 | | - | |
| 751 | + | |
| 752 | + | |
752 | 753 | | |
753 | 754 | | |
754 | 755 | | |
| |||
0 commit comments