hammer-editor/server
Adam Brown 3b47decdbc Fix ineffective nosemgrep suppression in migrator
The SQL-injection suppression sat one line too high: the justification
comment was directly above the flagged prepareStatement call, pushing
the nosemgrep directive out of Semgrep's range (the flagged line or the
one immediately above it). Reorder so the directive sits directly above
the statement.

The finding is a false positive: sql is always a compile-time INSERT
literal from the copy* methods with values bound via placeholders.
2026-07-17 11:12:28 -07:00
..
src Fix ineffective nosemgrep suppression in migrator 2026-07-17 11:12:28 -07:00
build.gradle.kts Story Ideas: account-level idea capture with sync (#720) 2026-07-05 01:49:04 -07:00