mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-05-25 03:00:23 +00:00
f4bfd9dca7
- Cron history: sort by mtime instead of lexicographic filename (more robust) - Path traversal: use resolve() + is_relative_to() instead of brittle string checks - _cron_output_snippet: document the contract for response heading extraction - _read_auth_json: catch JSONDecodeError specifically, log warning instead of silent swallow - OAuth timestamps: use ISO strings consistently (created_at, updated_at) - Credential id: use uuid4 instead of time-based truncated int (collision-safe)