The batch_ops.go file uses fmt.Sprintf to build SQL queries with IN clause expansion, same pattern as dependencies.go. The placeholders are parameterized (?) making this safe, but gosec G201 flags it. Add batch_ops.go to the existing G201 exclusion path regex. This fixes CI lint failures affecting multiple open PRs. Co-authored-by: Charles P. Cross <cpdata@users.noreply.github.com>
3.2 KiB
3.2 KiB