diff --git a/content/posts/commits/2026-04-17-commit-9e5b612.md b/content/posts/commits/2026-04-17-commit-9e5b612.md new file mode 100644 index 0000000..ced9d02 --- /dev/null +++ b/content/posts/commits/2026-04-17-commit-9e5b612.md @@ -0,0 +1,51 @@ +--- +title: "[bojemoi] feat(grafana): update pentest + security dashboards" +date: 2026-04-17T13:20:16+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 9e5b612 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `9e5b612` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `9e5b61253fc0cfcb99b714f8e0befb943bfd7d15` | + + +### Description + +- pentest-overview: extended panels +- scan-results: refactor +- c2-sessions: new dashboard +- security: sentinel, vigie, dashboard-security-minimal updates + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +A volumes/grafana/dashboards/pentest/c2-sessions.json +M volumes/grafana/dashboards/pentest/pentest-overview.json +M volumes/grafana/dashboards/pentest/scan-results.json +M volumes/grafana/dashboards/security/dashboard-security-minimal.json +M volumes/grafana/dashboards/security/sentinel.json +M volumes/grafana/dashboards/security/vigie.json +``` + +### Diff Summary + +``` + .../grafana/dashboards/pentest/c2-sessions.json | 198 +++++ + .../dashboards/pentest/pentest-overview.json | 256 +++++- + .../grafana/dashboards/pentest/scan-results.json | 966 +++++---------------- + .../security/dashboard-security-minimal.json | 2 +- + volumes/grafana/dashboards/security/sentinel.json | 14 +- + volumes/grafana/dashboards/security/vigie.json | 12 +- + 6 files changed, 678 insertions(+), 770 deletions(-) +```