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: replace the NO_RESPONSE detail regex with a string scan
CodeQL flagged /\(([^)]+)\)\s*$/ as polynomially backtracking on
'('-heavy input. Scan for the parenthesized suffix with lastIndexOf
instead; same accepted shape.
Conceived by Romuald Członkowski - www.aiadvisors.pl/en
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments