Skip to content

v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Aug 14:12
· 116 commits to main since this release

injection-scanner release

Raw, target-triple-named binaries cross-compiled from a single Linux
host via cargo zigbuild. Download the binary for your platform,
chmod +x, run.

Every binary carries a signed SLSA build-provenance attestation:

gh attestation verify injection-scanner-x86_64-unknown-linux-musl \
  --repo UnityInFlow/injection-scanner

The crate and binary are both named injection-scanner.

Platform Asset (raw binary)
Linux x86_64 (musl) injection-scanner-x86_64-unknown-linux-musl
Linux aarch64 (musl) injection-scanner-aarch64-unknown-linux-musl
Linux x86_64 (gnu) injection-scanner-x86_64-unknown-linux-gnu
Linux aarch64 (gnu) injection-scanner-aarch64-unknown-linux-gnu
macOS x86_64 injection-scanner-x86_64-apple-darwin (if present)
macOS aarch64 injection-scanner-aarch64-apple-darwin (if present)

The musl binaries are statically linked (run-anywhere, no libc-
version drift) and are the assets the spec-ci-plugin GitHub Action
downloads and executes at CI runtime.

macOS binaries are cross-compiled via cargo-zigbuild. If the
apple-darwin SDK/sysroot build is unavailable, macOS is
document-and-deferred to v2 (A4 fallback) and the assets above will
be absent — the Linux set still ships.

Checksums

See SHA256SUMS.txt for verification.

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.1.0