Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
c629412
feat(intune): extract Win32 app deployment transactions lane (#357)
adamgell Aug 7, 2026
93f937c
fix(intune): address CodeRabbit majors on Win32 lane (#357)
adamgell Aug 7, 2026
4794b16
fix(intune): close remaining Win32 CodeRabbit majors
adamgell Aug 7, 2026
803f03f
fix(intune): mask requirement_name and attribute values in Win32 reda…
adamgell Aug 7, 2026
cee8ba6
fix(intune): make split_rotation UTF-8-safe (CodeRabbit critical #357)
adamgell Aug 7, 2026
f654482
fix(intune): resolve Win32 terminal outcomes by linkage, not rank (#357)
adamgell Aug 8, 2026
15244a8
fix(intune): keep Win32 coverage gaps open and inference out of confi…
adamgell Aug 8, 2026
cf60c1b
fix(intune): collapse the Win32 redaction fork and redact findings (#…
adamgell Aug 8, 2026
906b820
refactor(intune): one grammar owns the Win32 shared vocabulary (#357)
adamgell Aug 8, 2026
c00bf09
test(intune): cover the four unexercised Win32 outcome states (#357)
adamgell Aug 8, 2026
0f057cb
fix(intune): Win32 minor hardening batch (#357)
adamgell Aug 8, 2026
1b2a40d
refactor(intune): align Win32 module names and surface with the famil…
adamgell Aug 8, 2026
4f26ef4
fix(intune): make Win32 outcome elimination cycle-safe and detection …
adamgell Aug 8, 2026
6906d7d
fix(intune): gate Win32 download rules on the shared transition templ…
adamgell Aug 8, 2026
ecb99f5
fix(intune): Win32 coverage honesty, unambiguous installer linking, b…
adamgell Aug 8, 2026
2e216bc
fix(intune): attribute Win32 return tokens to the winning candidate a…
adamgell Aug 8, 2026
3c74cc3
fix(intune): preserve emitted tokens in field values and mask legacy …
adamgell Aug 8, 2026
318809d
fix(tests): tighten the privacy-probe contract in the fixture harness…
adamgell Aug 8, 2026
c8ab623
refactor(intune): drop the schema_version deserialization fallback (#…
adamgell Aug 8, 2026
ff70719
chore(intune): satisfy clippy on the review-fix batch (#357)
adamgell Aug 8, 2026
40cf9c0
refactor(intune): resolve win32 outcome, attribution, and locals in o…
adamgell Aug 8, 2026
1f9b60d
fix(intune): surface an unplaceable Not-Detected verdict instead of a…
adamgell Aug 8, 2026
5eda858
fix(intune): hoist the transition-template gate above every win32 rule
adamgell Aug 8, 2026
31bdd8c
fix(intune): a failed download start is a failure, never a start
adamgell Aug 8, 2026
5aa98f2
fix(app): synthesized downloads supplement extracted stats per conten…
adamgell Aug 8, 2026
a725c07
fix(intune): tighten the shared account/host redaction rules
adamgell Aug 8, 2026
5c790ef
fix(tests): scan non-probe redaction needles in the fixture harness
adamgell Aug 8, 2026
1702281
fix(intune): disambiguate duplicate win32 artifact ids on ingestion
adamgell Aug 8, 2026
a75a01f
fix(intune): reconcile Capped with ParseFailed and document the parse…
adamgell Aug 8, 2026
c32f699
fix(intune): fold the token split search, set-based evidence membersh…
adamgell Aug 9, 2026
95734e8
fix(intune): render a negative hex token's two's-complement form so b…
adamgell Aug 9, 2026
4e1cfa9
fix(intune): carry every suppressed negated-start phrasing in the fai…
adamgell Aug 9, 2026
b1abaff
refactor(intune): compose the last in-lane GUID-shaped regexes from G…
adamgell Aug 9, 2026
f7413ba
test(intune): test the win32 redaction projection, not the shared gra…
adamgell Aug 9, 2026
948a9f4
test(intune): make the win32 fixture harness's strongest assertions n…
adamgell Aug 9, 2026
1036f8a
fix(intune): sort merged downloads by parsed epoch, not timestamp text
adamgell Aug 9, 2026
dc66cac
style(intune): rustfmt the round-4 additions
adamgell Aug 9, 2026
e243825
fix(tests): scan every email occurrence against probe ranges
adamgell Aug 9, 2026
9da4acc
fix(intune): never promote a context-less Win32 record to the bundle'…
adamgell Aug 9, 2026
b17e959
fix(intune): withhold any block key component the block's own records…
adamgell Aug 9, 2026
79a27e8
docs(intune): state derive_findings' published-crate contract
adamgell Aug 9, 2026
35aadf7
ci(coderabbit): sync .coderabbit.yaml verbatim from main (config-only)
adamgell Aug 9, 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
6 changes: 3 additions & 3 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tone_instructions: >-
reviews:
profile: assertive
# Keep reviews advisory: CI gates (cargo clippy, cargo test, tsc) decide mergeability.
request_changes_workflow: false
request_changes_workflow: true
high_level_summary: true
changed_files_summary: true
sequence_diagrams: true
Expand All @@ -22,7 +22,7 @@ reviews:
related_issues: true
related_prs: true
suggested_labels: true
auto_apply_labels: false
auto_apply_labels: true
suggested_reviewers: false
poem: false
in_progress_fortune: false
Expand All @@ -33,7 +33,7 @@ reviews:
auto_review:
enabled: true
auto_incremental_review: true
drafts: false
drafts: true
base_branches:
- main
# Dependency bumps and release automation are machine-generated; skip them.
Expand Down
297 changes: 276 additions & 21 deletions crates/cmtraceopen-parser/src/intune/apps/windows/common/redaction.rs

Large diffs are not rendered by default.

Loading