Skip to content

Tags: TomTonic/extract-sbom

Tags

v0.4.2

Toggle v0.4.2's commit message
Update Go and various indirect code dependenciey

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #14 from TomTonic/group-by-package

* Group by package
* Enhance context information/readability
* Restructure summary
* Add tool version information

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #13 from TomTonic/password-support

* Add support for password encrypted archives (recursively, including multiple different passwords)
* Change extraction path to 7zip for all archive types that do not require a special tool (currently only InstallShield CAB via unshield) to reduce complexity and attack vector
* Enhance extraction error reporting
* Improve robustness and security
* Update dependencies

v0.3.1

Toggle v0.3.1's commit message
Update dependencies: bump syft to v1.44.0, docker/cli to v29.4.2, goo…

…kit/color to v1.6.1, pelletier/go-toml/v2 to v2.3.1, and pjbgf/sha1cd to v0.6.0

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #11 from TomTonic/add-grype-scan

Add grype scan results to report

v0.2.0

Toggle v0.2.0's commit message
Increase robustness of 7-Zip binary detection/call

Co-authored-by: Copilot <copilot@github.com>

v0.1.4

Toggle v0.1.4's commit message
Fix: correct jq condition for checking extracted .cab files in releas…

…e test script

Co-authored-by: Copilot <copilot@github.com>

v0.1.3

Toggle v0.1.3's commit message
Pin go-diskfs to v1.7.0 via a replace in go.mod as github.com/anchore…

…/syft v1.43.0 expects the older go-diskfs API shape

Co-authored-by: Copilot <copilot@github.com>

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2 from TomTonic/copilot/fix-ci-race-detection-tests

fix: eliminate race-detector failures in buildinfo and orchestrator tests

v0.1.1

Toggle v0.1.1's commit message
Fix linter issues