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] lmd_hook.sh: world-writable detection used broken glob extraction
(${_perms##*[0-9][0-9]} always returned empty); replaced with
${_perms: -1} for correct last-octal-digit extraction; pr#478
[Fix] lmd_scan.sh: write resolved worker count to scan.meta instead of
raw "auto" config value; prevents invalid JSON in -L --format json
output; pr#478
[Fix] lmd_session.sh: --report list --format tsv now returns explicit
error instead of silent text fallback; TSV remains supported for
--report active and --report hooks; pr#478
[Change] tests: 5 new BATS tests (WW-01..WW-04 hook validation,
TSV list rejection); updated TSV acceptance test to use
--report active; 971 -> 976 tests
0 commit comments