v1.0.4 โ Disable Rich Auto-Highlighting + Dependency Upgrades
What's new
- Disable Rich Auto-Highlighting: Fixed a visual formatting bug where Rich's default Console parser automatically colorized path-like substrings, IP addresses, and numbers inside plain f-strings (e.g. coloring parts of "aisbom 1.0.4" or "(CycloneDX v1.6)" cyan). Setting
highlight=Falseensures CLI output displays exactly as authored, while manual Rich formatting markup tags remain supported. - Upgraded Dependencies: Integrates the 5 recently merged Dependabot dependency and security updates (including
click,torch,packaging,typer, andpyinstaller).
What's not changing
All core scanner rules, exit codes, SBOM output schemas, and command signatures are identical to v1.0.3.