You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve gosec lint warnings in proxysql provider
- Config file permissions tightened from 0644 to 0600 (G306)
- Script WriteFile 0755 annotated with nolint (scripts must be executable)
- exec.Command annotated with nolint (paths from trusted sandbox dirs)
0 commit comments