Cha
1.6.0 - 2026-04-23
v1.6.0
Apr 23 2026 at 06:12 UTC
Added
Locationnow hasstart_col/end_colfields — all findings precise to column levelFunctionInfo/ClassInfohavename_col/name_end_col— parser records identifier positionImportInfohascol— import statement column position- Terminal output shows
file:line:colwhen column info available - SARIF output fills
startColumn/endColumn(1-based per spec) - LSP diagnostics use precise column range
Changed
- All 37 builtin plugins now point findings at the function/class name, not the entire body
- Line-scanning plugins (unsafe_api, hardcoded_secret, todo_tracker, error_handling) report exact column
- WIT records gain column fields —
location.start-col/end-col,function-info.name-col/name-end-col,class-info.name-col/name-end-col,import-info.col— breaking change for WASM plugins