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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug fixes
Fix HTML report version (#6) — The generated HTML report was displaying v0.2.0 regardless of the installed version. The version is now passed through at build time, matching the behaviour of the SARIF and Markdown reporters.
Clipboard copy in detail tab (#5) — The TUI's raw terminal mode blocked native text selection. Press y in the results view to copy the focused finding (title, severity, category, file, description, code, remediation, references) to the clipboard via OSC52. A brief "Copied!" indicator appears in the status bar.