Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Dec 19:23
· 63 commits to main since this release

CryptoDeps v1.1.0

Analyze your dependencies for quantum-vulnerable cryptographic algorithms.

Installation

Linux/macOS (Binary):

curl -sSL https://github.com/csnp/qramm-cryptodeps/releases/download/v1.1.0/cryptodeps_1.1.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.1.0

Docker:

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

Changelog

New Features

  • bbcb8cb: feat: Add GitHub URL scanning and demo project (@abdelsfane)

Bug Fixes

  • bd91c9d: fix: Use commit-based snapshot versioning for non-semver tags (@abdelsfane)
  • b88eb52: fix: Use static shields.io badge for Go Report Card (@abdelsfane)

Other

  • 2fb0b3a: chore(db): Update crypto database (@github-actions[bot])
  • b2e10a5: revert: Use dynamic Go Report Card badge (@abdelsfane)

Full Changelog: db-v1.1.0-20251226...v1.1.0

Part of the QRAMM Toolkit by CSNP.