Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
4494368
docs: add MITRE ATT&CK mapping design spec (#5)
Zious11 Apr 13, 2026
c667d20
docs: fix MITRE spec — add ResourceDevelopment, drop ICS prefix, docu…
Zious11 Apr 13, 2026
57ed869
docs: fold MITRE coverage test into mitre_tests.rs per repo convention
Zious11 Apr 13, 2026
5417bc8
docs: add MITRE ATT&CK implementation plan (#5)
Zious11 Apr 13, 2026
f843374
chore: ignore .claude/worktrees
Zious11 Apr 13, 2026
de38b44
feat(mitre): add MitreTactic enum with canonical display + ordering
Zious11 Apr 13, 2026
1183134
feat(mitre): add technique_name and technique_tactic lookups
Zious11 Apr 13, 2026
e313e6a
test(mitre): add coverage regression test for emitted technique IDs
Zious11 Apr 13, 2026
528b1c8
feat(tls): map malformed SNI findings to MITRE T1027 (Obfuscated File…
Zious11 Apr 13, 2026
aa9ce38
feat(cli): add --mitre flag to analyze subcommand
Zious11 Apr 13, 2026
adfbb57
refactor(reporter): add show_mitre_grouping field (default false, no …
Zious11 Apr 13, 2026
8888b2c
feat(cli): thread --mitre flag into TerminalReporter
Zious11 Apr 13, 2026
b345e7b
feat(reporter): group findings by MITRE tactic when --mitre is set
Zious11 Apr 13, 2026
d6bd53a
refactor(reporter): drop unused MitreTactic import + dead-code shim f…
Zious11 Apr 13, 2026
355035c
style: apply rustfmt
Zious11 Apr 13, 2026
9d8ef3f
fix: address local PR review — consolidate lookups, tighten tests, tr…
Zious11 Apr 13, 2026
f39ec15
docs(mitre): tighten ID-format and ICS-collapse comments per round-2 …
Zious11 Apr 13, 2026
2a08994
docs: tighten regression-test claims per Copilot review (#66)
Zious11 Apr 13, 2026
fd3a680
docs: sync spec with implemented behavior per Copilot round 2 (#66)
Zious11 Apr 13, 2026
2c3c673
feat(mitre): mark MitreTactic non_exhaustive (#66, closes #65)
Zious11 Apr 13, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
.claude/worktrees/
Loading