Skip to content

This release includes 1 security fix for security teams reviewing exposed deployments.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →
This release patches 1 known CVE

Topics

bash-script compromise-detection cve-2026-45321 dependency-scanner security docker
+13 more
ghsa incident-response ioc-detection malware-detection npm-security security-audit security-scanner security-tools shai-hulud supply-chain-attack supply-chain-security tanstack zero-day

Summary

AI summary

GHSA-g7cv-rxg3-hmpx — vulnerability detection tool released with usage examples.

Full changelog

tanstack-compromise-checker v1

Verify before running — this is a security tool, treat it like one.

One-liner (bash, with checksum verification)

TAG=v1
curl -fsSLO https://github.com/fabriziosalmi/tanstack-compromise-checker/releases/download/$TAG/check.sh
curl -fsSLO https://github.com/fabriziosalmi/tanstack-compromise-checker/releases/download/$TAG/check.sh.sha256
sha256sum -c check.sh.sha256 && bash check.sh

Docker (works on macOS, Linux, Windows)

docker run --rm -v "$PWD":/scan ghcr.io/fabriziosalmi/tanstack-compromise-checker:1 /scan true fail tanstack-findings.json '' GHSA-g7cv-rxg3-hmpx

GitHub Action

- uses: fabriziosalmi/tanstack-compromise-checker@v1
  with:
    scan-dir: .
    online: 'true'

Image provenance is signed; verify with:

gh attestation verify oci://ghcr.io/fabriziosalmi/tanstack-compromise-checker:1 --repo fabriziosalmi/tanstack-compromise-checker

Script signature (Sigstore keyless, bound to this workflow):

cosign verify-blob \
  --bundle check.sh.sigstore.json \
  --certificate-identity-regexp 'https://github.com/fabriziosalmi/tanstack-compromise-checker/\.github/workflows/release\.yml@.*' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  check.sh

Full Changelog: https://github.com/fabriziosalmi/tanstack-compromise-checker/compare/v1.1.2...v1

Security Fixes

  • GHSA-g7cv-rxg3-hmpx — vulnerability detection capability added to tanstack-compromise-checker v1

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Tanstack Compromise Checker

Get notified when new releases ship.

Sign up free

About Tanstack Compromise Checker

All releases →

Related context

Beta — feedback welcome: [email protected]