From f75e6fc9dccc8e32e5a38f13ff36a891fcd01aaa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 10:07:44 +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 2392ad9..b602d24 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## 🔒 Vulnerability Summary -_Last scan: 2026-05-01_

Critical: 0
High: 0
Medium: 26
Low: 6

Total: 32 +_Last scan: 2026-05-02_

Critical: 0
High: 0
Medium: 35
Low: 15

Total: 50 diff --git a/data/last-scan.json b/data/last-scan.json index c54666c..620e011 100644 --- a/data/last-scan.json +++ b/data/last-scan.json @@ -1,8 +1,8 @@ { - "date": "2026-05-01", - "low": 6, - "medium": 26, + "date": "2026-05-02", + "low": 15, + "medium": 35, "high": 0, "critical": 0, - "total": 32 + "total": 50 }