tftsr-devops_investigation/src-tauri/src/commands
Shaun Arman 8b0cbc3ce8 fix: harden timeline event input validation and atomic writes
Address security review findings:
- Validate event_type against whitelist of 7 known types (M-3)
- Validate metadata is valid JSON and under 10KB (M-2, M-4)
- Include metadata in audit log details (M-2)
- Wrap timeline insert + audit write + timestamp update in a
  SQLite transaction for atomicity (M-5)
- Fix TypeScript TimelineEvent interface: add issue_id, metadata
  fields and correct created_at type to string (L-3)
- Add timeline_events to IssueDetail TypeScript interface (L-4)
2026-04-19 18:25:53 -05:00
..
ai.rs feat: wire incident response methodology into AI and record triage events 2026-04-19 18:13:47 -05:00
analysis.rs fix: lint fixes and formatting cleanup 2026-04-09 20:42:40 -05:00
db.rs fix: harden timeline event input validation and atomic writes 2026-04-19 18:25:53 -05:00
docs.rs fix(security): harden secret handling and audit integrity 2026-04-04 23:37:05 -05:00
image.rs fix: lint fixes and formatting cleanup 2026-04-09 20:42:40 -05:00
integrations.rs feat(ai): add tool-calling and integration search as AI data source 2026-04-07 09:35:34 -05:00
mod.rs feat: add image attachment support with PII detection 2026-04-08 20:03:34 -05:00
system.rs feat: implement dynamic versioning from Git tags 2026-04-13 16:12:03 -05:00