You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(core): improve PR #16 with bug fixes and security enhancements
This commit addresses several issues found during PR #16 analysis:
1. Fix cache management bug: Replace `del` with `pop()` to prevent
KeyError when processing sequential stop/die events on same container
2. Add explicit security warning: Log warning message when attempting
to connect to 'host' network, improving visibility of security blocks
3. Add configuration validation: Validate monitoredLabel and
monitoredLabelCondition are not empty at startup to fail fast
These changes improve robustness and security of the PR #16 implementation.
0 commit comments