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
W004 only flags backward goto jumps (forward exit-handler jumps no longer reported as infinite loops)
W043 accepts tasklist verification on preceding lines in the same block, not only on the taskkill line
W014 ignores set /p VAR=<file file-input redirection and treats timeout /t as an alternative to pause
P006 skips exit /b returns from call :subroutine labels
SEC013 adds safe patterns for installer-style PowerShell -File, quoted executable redirection, and curl output
W020 and P009 treat delims= as a valid FOR /F option for whole-line capture
Changed
scripts/blinter.ini installer profile shrinks from 21 to 10 disabled rules now that false positives are resolved
Install and uninstall scripts include clearer comments for resume paths and user-facing messages
Added
SSOT corpus negative controls for the fixed rules (w004-goto-exit-handler, w043-tasklist-before-taskkill, w014-setp-from-file-valid, p006-subroutine-exit-valid, sec013-installer-redirection-valid, for-f-delims-only-valid, p009-w020-for-f-missing-options)