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: sanitize hashModes input and use parameterized SQL in capability predicate
Filter hashModes to finite integers only (dropping NaN, Infinity, non-numeric
strings) and replace sql.raw() interpolation with parameterized array binding
in buildCapabilityPredicate. Hardens the DB-level capability matching against
malformed agent capability payloads.
Signed-off-by: UncleSp1d3r <unclesp1d3r@evilbitlabs.io>
0 commit comments