Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Dec 18:21
· 70 commits to main since this release

CryptoDeps v1.0.0

Analyze your dependencies for quantum-vulnerable cryptographic algorithms.

Installation

macOS (Homebrew):

brew install csnp/tap/cryptodeps

Linux/macOS (Binary):

curl -sSL https://github.com/csnp/qramm-cryptodeps/releases/download/v1.0.0/cryptodeps_1.0.0_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv cryptodeps /usr/local/bin/

Go Install:

go install github.com/csnp/qramm-cryptodeps/cmd/cryptodeps@v1.0.0

Docker:

docker run --rm -v $(pwd):/workspace ghcr.io/csnp/cryptodeps:v1.0.0 analyze /workspace

Changelog

Bug Fixes

  • 1b256ba: fix: Remove database generation from release workflow (@abdelsfane)
  • 8c89e12: fix: Remove go generate from goreleaser hooks (@abdelsfane)

Other

  • ca92dcf: Fix linter issues and move example workflow (@abdelsfane)

Full Changelog: db-v1.0.0-20251226180844...v1.0.0

Part of the QRAMM Toolkit by CSNP.