Fix Issue #1428: Deny bash permission for Prometheus agent

- Change PROMETHEUS_PERMISSION bash from 'allow' to 'deny' to prevent unrestricted bash execution
- Prometheus is a read-only planner and should not execute bash commands
- The prometheus-md-only hook provides additional blocking as backup
This commit is contained in:
YeonGyu-Kim
2026-02-08 17:09:12 +09:00
parent 6bb9a3b7bc
commit 42dbc8f39c
13 changed files with 736 additions and 57 deletions

View File

@@ -1,7 +1,7 @@
# PROJECT KNOWLEDGE BASE
**Generated:** 2026-02-06T18:30:00+09:00
**Commit:** c6c149e
**Generated:** 2026-02-08T16:45:00+09:00
**Commit:** f2b7b75
**Branch:** dev
---