tftsr-devops_investigation/src-tauri/src
Shaun Arman e6d1965342
All checks were successful
Test / rust-fmt-check (pull_request) Successful in 10s
Test / frontend-typecheck (pull_request) Successful in 1m9s
Test / frontend-tests (pull_request) Successful in 1m13s
PR Review Automation / review (pull_request) Successful in 2m58s
Test / rust-clippy (pull_request) Successful in 3m50s
Test / rust-tests (pull_request) Successful in 5m12s
security: address all issues from automated PR review
- Add missing CQL escaping for &, |, +, - characters
- Improve escape_wiql() to escape more dangerous characters: ", \, (, ), ~, *, ?, ;, =
- Sanitize HTML in excerpts using strip_html_tags() to prevent XSS
- Add unit tests for escape_wiql, escape_cql, canonicalize_url functions
- Document expand_query() behavior (always returns at least original query)
- All tests pass (158/158), cargo fmt and clippy pass
2026-04-14 20:26:05 -05:00
..
ai chore: Format Rust code after merge 2026-04-08 21:03:36 -05:00
audit fix(security): harden secret handling and audit integrity 2026-04-04 23:37:05 -05:00
commands fix: lint fixes and formatting cleanup 2026-04-09 20:42:40 -05:00
db fix: address critical AI review issues 2026-04-13 08:50:34 -05:00
docs feat: add image attachment support with PII detection 2026-04-08 20:03:34 -05:00
integrations security: address all issues from automated PR review 2026-04-14 20:26:05 -05:00
ollama fix: provider routing uses provider_type, Active badge, fmt 2026-03-31 08:05:13 -05:00
pii fix(pii): remove lookahead from hostname regex, fix fmt in analysis test 2026-04-05 09:59:19 -05:00
lib.rs feat: support GenAI datastore file uploads and fix paste image upload 2026-04-09 18:05:44 -05:00
main.rs feat: initial implementation of TFTSR IT Triage & RCA application 2026-03-14 22:36:25 -05:00
state.rs feat: support GenAI datastore file uploads and fix paste image upload 2026-04-09 18:05:44 -05:00