trustgraph/trustgraph-flow
Baima (Hermes Agent) a943c4d4b6 fix: safe parsing of Prometheus metric labels in ontology monitoring
Issue #873: The cache_type label extraction via chained split() calls is
fragile and would crash with IndexError if the guard on line 477 is ever
moved or removed. Add a length check on the split result before indexing,
making the code resilient to future refactoring.
2026-05-08 07:15:34 +08:00
..
trustgraph fix: safe parsing of Prometheus metric labels in ontology monitoring 2026-05-08 07:15:34 +08:00
pyproject.toml feat: IAM service, gateway auth middleware, capability model, and CLIs (#849) 2026-04-24 17:29:10 +01:00
README.md Maint/fix build env (#84) 2024-09-30 19:47:09 +01:00