mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-01 12:02:05 +00:00
If redact_sensitive_text() raises or fails to import, stdout/stderr were silently left unredacted and could leak API keys or tokens into cron job delivery messages and logs. Replace bare with a warning log and replace both outputs with '[REDACTED - redaction failed]' to prevent leaks. Root cause: silent exception swallow in _run_job_script() Impact: potential secrets leak in cron job output delivery |
||
|---|---|---|
| .. | ||
| scripts | ||
| __init__.py | ||
| blueprint_catalog.py | ||
| jobs.py | ||
| scheduler.py | ||
| scheduler_provider.py | ||
| suggestion_catalog.py | ||
| suggestions.py | ||