Files
sif/internal
TigahandGitHub 91df2ccd56 fix(modules): guard regex extractor against negative group index (#346)
a module with a negative extractor group indexed matches[e.Group] past
the lower bound, panicking the executor goroutine and crashing the whole
scan. the existing bound only checked the upper end; check e.Group >= 0
too so an invalid group is skipped like an out-of-range one.
2026-07-22 12:55:32 -07:00
..