Releases: ParvLab/CryptoTrace
Release list
CryptoTrace v0.2.3
See CHANGELOG for details.
CryptoTrace v0.2.2
See CHANGELOG for details.
CryptoTrace v0.2.1
See CHANGELOG for details.
CryptoTrace v0.2.0
examples/ — 25 new examples covering single detection, batch scanning, recursive decode, sandbox crash testing, confidence calibration, sliding entropy, threat intel pipeline, AI narrative validation, SIEM export (CEF/LEEF), memory-safe workers, compression bomb defense, signature mutations, community provider round-robin, air-gapped updates, LRU cache stress tests, multi-layer pipelines, false positive analysis, entropy confusion analysis, custom detector plugins, fuzz harness simulation, threat hunting dashboard, and distributed scan coordination
Cargo.toml — version bumped to 0.2.0
deny.toml — removed deprecated vulnerability, notice, unlicensed, deny keys; ignores RUSTSEC-2024-0436 (paste unmaintained, transitive via nalgebra)
src/sanitization/sandbox.rs — extern "C" → unsafe extern "C" for macOS, removed redundant inner unsafe
src/intelligence/risk.rs — added #[allow(dead_code)] on unused fields
src/core/confidence.rs — fixed manual_clamp, unnecessary_unwrap
src/core/cache.rs — fixed is_empty() argument count
src/core/proptest.rs — fixed collapsible_if
src/intelligence/narrative.rs — fixed too_many_arguments
tests/proptest.rs — accept Base32 as valid detection for short base64 roundtrips