From 2e6344ddd48885964ffc1f216183886a4f8e625a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 10:09:43 +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 4e24bdb..597214d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## 🔒 Vulnerability Summary -_Last scan: 2026-04-01_

Critical: 0
High: 0
Medium: 23
Low: 17

Total: 40 +_Last scan: 2026-04-02_

Critical: 0
High: 0
Medium: 8
Low: 6

Total: 14 diff --git a/data/last-scan.json b/data/last-scan.json index e470d36..3c7f649 100644 --- a/data/last-scan.json +++ b/data/last-scan.json @@ -1,8 +1,8 @@ { - "date": "2026-04-01", - "low": 17, - "medium": 23, + "date": "2026-04-02", + "low": 6, + "medium": 8, "high": 0, "critical": 0, - "total": 40 + "total": 14 }