tftsr-devops_investigation/src-tauri/src/commands
Shaun Arman 249d20bf85
All checks were successful
Test / rust-fmt-check (pull_request) Successful in 1m54s
Test / frontend-typecheck (pull_request) Successful in 2m6s
Test / frontend-tests (pull_request) Successful in 2m5s
Test / rust-clippy (pull_request) Successful in 3m59s
PR Review Automation / review (pull_request) Successful in 4m10s
Test / rust-tests (pull_request) Successful in 5m15s
fix: audit PII redaction metadata, safe bubble update, update ticket
Add was_pii_redacted and pii_types_redacted to the ai_chat audit log
entry. Both are tracked through the full_message build block (typed
message + attachments) so any redaction that occurs is always
reflected in the compliance record.

Fix response.user_message + suffix potentially yielding 'undefined...'
when user_message is absent. Now unconditionally calls
updateMessageContent with (response.user_message ?? message) + suffix,
so the bubble always shows a valid string regardless of backend build.

Update TICKET-pii-bypass-chat-attachments.md to reflect the final
auto-redact design (not block/warn) so automated review comparisons
against the ticket stop flagging design decisions as defects.
2026-05-31 20:14:23 -05:00
..
agentic.rs fix(agentic): inline format arg in writeln! to satisfy clippy::uninlined_format_args 2026-05-31 14:19:29 -05:00
ai.rs fix: audit PII redaction metadata, safe bubble update, update ticket 2026-05-31 20:14:23 -05:00
analysis.rs fix(security): full-content PII scan, clippy, IPC null fix, scan size cap 2026-05-31 20:01:07 -05:00
db.rs fix(ai,search): load history across all conversations; deep search related tables 2026-05-31 13:50:29 -05:00
docs.rs fix(security): harden secret handling and audit integrity 2026-04-04 23:37:05 -05:00
image.rs fix: address PR review findings — compress errors, size guard, modal error display 2026-05-31 18:06:07 -05:00
integrations.rs feat(mcp): add MCP Server Support with TDD implementation 2026-05-23 16:23:48 -05:00
mod.rs chore: update Cargo.lock for lopdf, zip, quick-xml deps 2026-05-31 13:51:08 -05:00
system.rs fix(sudo): enforce username scope and singleton row in sudo_config 2026-05-31 15:46:29 -05:00