Skip to content

fix: embed detector rules for standalone binaries - #75

Merged
pixincreate merged 7 commits into
masterfrom
fix/embed-detector-rules-and-architecture
Aug 2, 2026
Merged

fix: embed detector rules for standalone binaries#75
pixincreate merged 7 commits into
masterfrom
fix/embed-detector-rules-and-architecture

Conversation

@pixincreate

Copy link
Copy Markdown
Owner

Summary

  • fall back to detector rules compiled into the binary when no external detectors.toml is available
  • preserve external detector precedence and explicit configuration errors
  • add standalone/runtime-error regressions and document the CLI, scan pipeline, and detector trust boundaries with reproducible D2 diagrams

Verification

  • cargo fmt --check
  • cargo clippy --all-targets --all-features -- -D warnings
  • cargo test --all-features (147 passed)
  • cargo test --release --all-features (147 passed)
  • D2_BIN=<d2-v0.7.1> ./scripts/render-diagrams.sh check
  • cargo package
  • Rust LSP diagnostics: clean

@pixincreatepixincreate self-assigned this Aug 2, 2026
@pixincreatepixincreate added bug Something isn't working enhancement New feature or request labels Aug 2, 2026
@pixincreatepixincreate added the clanker changes done by ai under author's supervision. label Aug 2, 2026
@pixincreate
pixincreate merged commit 3c3e2e4 into masterAug 2, 2026
5 checks passed
@pixincreate
pixincreate deleted the fix/embed-detector-rules-and-architecture branch August 2, 2026 14:39
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugSomething isn't workingclankerchanges done by ai under author's supervision.enhancementNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@pixincreate