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: integrate shared third-party excludes + fix stale line-number bugs
- Source lib/third-party-excludes.sh in 17 fix scripts, replacing
per-script SKIP_DIRS with the shared FIND_THIRD_PARTY_EXCLUDES array
- Fix stale line-number bug in 5 scripts (innerhtml, secret-to-env,
unchecked-error, resource-leak, sql-parameterize) by processing
grep -n results in reverse order (sort -rn) so sed insertions
don't shift subsequent line numbers
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments