Skip to content

Releases: ParvLab/CryptoTrace

CryptoTrace v0.2.3

Choose a tag to compare

@github-actions github-actions released this 18 Jun 15:35

See CHANGELOG for details.

CryptoTrace v0.2.2

Choose a tag to compare

@github-actions github-actions released this 18 Jun 12:11

See CHANGELOG for details.

CryptoTrace v0.2.1

Choose a tag to compare

@github-actions github-actions released this 18 Jun 05:11

See CHANGELOG for details.

CryptoTrace v0.2.0

Choose a tag to compare

@parv68 parv68 released this 17 Jun 12:47

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