Skip to content

Releases: daedalus/ImpactGuard

v0.1.21

17 Jun 02:28

Choose a tag to compare

v0.1.20

16 Jun 19:18

Choose a tag to compare

Full Changelog: v0.1.19...v0.1.20

v0.1.19

14 Jun 05:00

Choose a tag to compare

Full Changelog: v0.1.18...v0.1.19

v0.1.18

09 Jun 17:51

Choose a tag to compare

Full Changelog: v0.1.17...v0.1.18

v0.1.17

09 Jun 16:53

Choose a tag to compare

What's Changed

  • Fix sys import bug, validator duplication, compare_signatures logic, and hardcoded dev paths by @Copilot in #2
  • Implement 15 robustness improvements to make ImpactGuard a full-featured tool by @Copilot in #3
  • docs: add Direct Competitors section to README by @Copilot in #4
  • fix: close file handles with context managers (ResourceWarning) by @Copilot in #5
  • test: adversarial test suite for ImpactGuard core modules by @Copilot in #6
  • doc: fix markdown list rendering and reject prompt injection in AGENTS.md by @Copilot in #7
  • feat: implement 10 missing domain features for ImpactGuard by @Copilot in #8
  • feat: run full pipeline on a patch/diff file or single commit by @Copilot in #9
  • feat: add --pipe to accept diff/patch from stdin by @Copilot in #10
  • security: harden ImpactGuard against XSS, silent CI bypass, path traversal, and race conditions by @Copilot in #11
  • feat: multi-language support — LanguageExtractor protocol, registry, and TypeScript extractor by @Copilot in #12
  • feat: multi-language signature extraction via tree-sitter (Java, Go, Rust, C, C++, Ruby) by @Copilot in #13
  • feat: extend risk model to S × E × C × λ with tunable --lambda parameter by @Copilot in #14
  • fix: wire multi-language registry into diff/commit pipeline by @Copilot in #15
  • Improving test coverage and adding adversarial tests by @Copilot in #16
  • Fix 23 failing tests, unblock 67 skipped tests, install tree-sitter-java with qualified names by @Copilot in #17
  • feat: add composite Robustness Evaluator tool by @Copilot in #18
  • Extend language support: JavaScript, Kotlin, Swift, Zig, C#, Haskell by @Copilot in #19
  • Fix silent skips, thread safety, stray files, and assorted spec/doc gaps by @Copilot in #20
  • feat: run robustness estimator on empirical test data and persist metric by @Copilot in #21
  • Wire robustness estimator to pytest session by @Copilot in #22
  • feat: adversarial synthetic generator for ImpactGuard reliability testing by @Copilot in #23
  • Make adversarial generator seedable and random-looking by @Copilot in #24
  • Analyzing features that are still needed for the project by @Copilot in #25
  • feat: complete S×E×C KPI coverage — add mean_severity, mean_confidence, transitive metrics by @Copilot in #26

Full Changelog: v0.1.16...v0.1.17

v0.1.16

02 Jun 18:14

Choose a tag to compare

Full Changelog: v0.1.14...v0.1.16

v0.1.14

02 Jun 15:35

Choose a tag to compare

Full Changelog: v0.1.13...v0.1.14

v0.1.13

01 Jun 17:17

Choose a tag to compare

Full Changelog: v0.1.12...v0.1.13

v0.1.12

29 May 18:28

Choose a tag to compare

v0.1.11

29 May 17:46

Choose a tag to compare

Full Changelog: v0.1.10...v0.1.11