From 738bff07d531569f9a8805b0b8bf0a9b479c3db1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 10:16:01 +0000 Subject: [PATCH] chore: refresh vuln summary (README + JSON) --- README.md | 2 +- data/last-scan.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 62ba044..f06fef2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## 🔒 Vulnerability Summary -_Last scan: 2026-04-07_

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

Total: 14 +_Last scan: 2026-04-08_

Critical: 0
High: 0
Medium: 13
Low: 6

Total: 19 diff --git a/data/last-scan.json b/data/last-scan.json index a736a4c..90c1190 100644 --- a/data/last-scan.json +++ b/data/last-scan.json @@ -1,8 +1,8 @@ { - "date": "2026-04-07", + "date": "2026-04-08", "low": 6, - "medium": 8, + "medium": 13, "high": 0, "critical": 0, - "total": 14 + "total": 19 }