v1.0.3 — Fix Early-Exception Crashes + Security Update
What's new
- Fix Early-Exception Crashes: Fixed a bug where a failed file open operation (due to permission errors, broken symlinks, or file deletions) during PyTorch, SafeTensors, or GGUF inspections triggered an
UnboundLocalErrorinside their clean-up code. The scanner now gracefully logs the file system error in the scan metadata instead of crashing and throwing a falsecli_errorevent. - Security Update: Updated the transitive dependency
idnato version3.16to resolve a medium-severity vulnerability (CVE-2026-45409/GHSA-65pc-fj4g-8rjx). - Aligned Versioning: Formally aligned the CLI versioning under the
v1.x.xrelease line to match the GitHub Action's releases, preventing version order issues on GitHub and the website changelog. - Release Guidelines: Added a formalized release process document in
docs/release-process.md.
What's not changing
All core scanner rules, exit codes, SBOM output schemas, and command signatures are identical to v0.10.0.