v1.0.0
CryptoDeps v1.0.0
Analyze your dependencies for quantum-vulnerable cryptographic algorithms.
Installation
macOS (Homebrew):
brew install csnp/tap/cryptodepsLinux/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.0Docker:
docker run --rm -v $(pwd):/workspace ghcr.io/csnp/cryptodeps:v1.0.0 analyze /workspaceChangelog
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.