Releases: csnp/cryptodeps
Database Update db-v1.1.0-20260202
Automated Database Update
Packages: 1239
Version: 1.1.0
Updated: 2026-01-26T09:09:53Z
Changes
This is an automated weekly update to ensure the crypto database stays current.
Usage
# Update your local database
cryptodeps db update
# Or download directly
curl -LO https://github.com/csnp/qramm-cryptodeps/releases/download/db-v1.1.0-20260202/crypto-database.jsonDatabase Update db-v1.1.0-20260126
Automated Database Update
Packages: 999
Version: 1.1.0
Updated: 2026-01-23T17:24:00Z
Changes
This is an automated weekly update to ensure the crypto database stays current.
Usage
# Update your local database
cryptodeps db update
# Or download directly
curl -LO https://github.com/csnp/qramm-cryptodeps/releases/download/db-v1.1.0-20260126/crypto-database.jsonDatabase Update db-v1.1.0-20260119
Automated Database Update
Packages: 1166
Version: 1.1.0
Updated: 2026-01-12T09:08:22Z
Changes
This is an automated weekly update to ensure the crypto database stays current.
Usage
# Update your local database
cryptodeps db update
# Or download directly
curl -LO https://github.com/csnp/qramm-cryptodeps/releases/download/db-v1.1.0-20260119/crypto-database.jsonDatabase Update db-v1.1.0-20260112
Automated Database Update
Packages: 1170
Version: 1.1.0
Updated: 2026-01-05T09:08:57Z
Changes
This is an automated weekly update to ensure the crypto database stays current.
Usage
# Update your local database
cryptodeps db update
# Or download directly
curl -LO https://github.com/csnp/qramm-cryptodeps/releases/download/db-v1.1.0-20260112/crypto-database.jsonDatabase Update db-v1.1.0-20260105
Automated Database Update
Packages: 1166
Version: 1.1.0
Updated: 2025-12-30T13:51:25Z
Changes
This is an automated weekly update to ensure the crypto database stays current.
Usage
# Update your local database
cryptodeps db update
# Or download directly
curl -LO https://github.com/csnp/qramm-cryptodeps/releases/download/db-v1.1.0-20260105/crypto-database.jsonDatabase Update db-v1.1.0-20251229
Automated Database Update
Packages: 1165
Version: 1.1.0
Updated: 2025-12-27T01:30:17Z
Changes
This is an automated weekly update to ensure the crypto database stays current.
Usage
# Update your local database
cryptodeps db update
# Or download directly
curl -LO https://github.com/csnp/qramm-cryptodeps/releases/download/db-v1.1.0-20251229/crypto-database.jsonv1.2.2
CryptoDeps v1.2.2
Analyze your dependencies for quantum-vulnerable cryptographic algorithms.
Installation
Linux/macOS (Binary):
curl -sSL https://github.com/csnp/qramm-cryptodeps/releases/download/v1.2.2/cryptodeps_1.2.2_$(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.2.2Docker:
docker run --rm -v $(pwd):/workspace ghcr.io/csnp/qramm-cryptodeps:v1.2.2 analyze /workspaceChangelog
Bug Fixes
- 2d2f269: fix: Use repository-matching Docker image name for GHCR auth (@abdelsfane)
Full Changelog: v1.2.1...v1.2.2
Part of the QRAMM Toolkit by CSNP.
v1.2.1
CryptoDeps v1.2.1
Analyze your dependencies for quantum-vulnerable cryptographic algorithms.
Installation
Linux/macOS (Binary):
curl -sSL https://github.com/csnp/qramm-cryptodeps/releases/download/v1.2.1/cryptodeps_1.2.1_$(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.2.1Docker:
docker run --rm -v $(pwd):/workspace ghcr.io/csnp/cryptodeps:v1.2.1 analyze /workspaceChangelog
Bug Fixes
- d78da2f: fix: Improve remediation database accuracy and coverage (@abdelsfane)
Full Changelog: v1.2.0...v1.2.1
Part of the QRAMM Toolkit by CSNP.
v1.2.0
CryptoDeps v1.2.0
Analyze your dependencies for quantum-vulnerable cryptographic algorithms.
Installation
Linux/macOS (Binary):
curl -sSL https://github.com/csnp/qramm-cryptodeps/releases/download/v1.2.0/cryptodeps_1.2.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.2.0Docker:
docker run --rm -v $(pwd):/workspace ghcr.io/csnp/cryptodeps:v1.2.0 analyze /workspaceChangelog
New Features
- bf530ea: feat: Add actionable details to crypto report (@abdelsfane)
- 6b5a6cd: feat: Add full remediation guidance for all ecosystems (@abdelsfane)
- d120cdb: feat: Add reachability analysis for crypto usage detection (@abdelsfane)
- 489598c: feat: Add workspace/monorepo support for multi-project scanning (@abdelsfane)
- 01829d9: feat: Enable reachability analysis by default (@abdelsfane)
- 91c5731: feat: Improve output quality and documentation (@abdelsfane)
- 94e0b91: feat: Improve table output with detailed crypto breakdown (@abdelsfane)
Bug Fixes
- 7770c0a: fix: Use static Go Report Card badge (@abdelsfane)
Other
- 76de772: Remove internal design docs that were published by mistake (@abdelsfane)
- b7d709a: style: Replace emojis with clean text-based icons in output (@abdelsfane)
- b35a7d1: style: Use colored circle icons for risk indicators (@abdelsfane)
Full Changelog: v1.1.0...v1.2.0
Part of the QRAMM Toolkit by CSNP.
v1.1.0
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.0Docker:
docker run --rm -v $(pwd):/workspace ghcr.io/csnp/cryptodeps:v1.1.0 analyze /workspaceChangelog
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.