This repository has been archived on 2026-03-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Jarvis
b42762d7f4
fix: address code and security review findings from Phase 2A
- Remove committed __pycache__ artifacts; add to .gitignore
- Wrap config JSON parse in try/except to prevent CLI crash on malformed config
- Add SSRF mitigation to webhook_adapter: reject non-http(s) schemes,
refuse auth_token over cleartext to non-localhost, block private IPs
- Add _sanitize() to discord_formatter: strip ANSI/control chars,
neutralize @everyone/@here Discord mentions
2026-03-27 21:12:04 -05:00
..
2026-03-02 20:10:40 -06:00
2026-02-24 17:46:15 -06:00
2026-02-23 13:08:47 -06:00
2026-02-22 17:52:23 +00:00
2026-02-22 21:31:52 -06:00
2026-02-22 17:52:23 +00:00
2026-02-23 12:29:37 -06:00
2026-02-22 17:52:23 +00:00
2026-03-04 17:59:33 -06:00
2026-02-24 22:11:44 +00:00
2026-02-22 17:52:23 +00:00
2026-02-22 17:52:23 +00:00
2026-02-23 18:27:09 -06:00
2026-03-27 21:12:04 -05:00
2026-02-22 17:52:23 +00:00
2026-02-23 18:33:33 -06:00
2026-03-02 21:15:28 -06:00
2026-02-24 21:33:25 +00:00
2026-02-26 12:05:30 -06:00