Skip to content

v0.4.2

Latest

Choose a tag to compare

@Eljakani Eljakani released this 22 May 10:47
899aef4

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.