From ed08486f79cd94eacf5a3ccd53faef4877267dc0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 11:48:42 +0000 Subject: [PATCH] chore: refresh vuln summary (README + JSON) --- README.md | 2 +- data/last-scan.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1cd7123..2fb927e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## 🔒 Vulnerability Summary -_Last scan: 2026-06-25_

Critical: 0
High: 10
Medium: 45
Low: 9

Total: 64 +_Last scan: 2026-06-26_

Critical: 0
High: 10
Medium: 51
Low: 31

Total: 92 diff --git a/data/last-scan.json b/data/last-scan.json index 82ec597..0c992fa 100644 --- a/data/last-scan.json +++ b/data/last-scan.json @@ -1,8 +1,8 @@ { - "date": "2026-06-25", - "low": 9, - "medium": 45, + "date": "2026-06-26", + "low": 31, + "medium": 51, "high": 10, "critical": 0, - "total": 64 + "total": 92 }