From 0e05956287c0ea7e521109cf4c447ec1b3a33f3f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 13:23:04 +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 cf2ebed..f58eacf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## 🔒 Vulnerability Summary -_Last scan: 2026-06-02_

Critical: 0
High: 10
Medium: 36
Low: 7

Total: 53 +_Last scan: 2026-06-03_

Critical: 0
High: 10
Medium: 36
Low: 6

Total: 52 diff --git a/data/last-scan.json b/data/last-scan.json index d98bb01..5726a0c 100644 --- a/data/last-scan.json +++ b/data/last-scan.json @@ -1,8 +1,8 @@ { - "date": "2026-06-02", - "low": 7, + "date": "2026-06-03", + "low": 6, "medium": 36, "high": 10, "critical": 0, - "total": 53 + "total": 52 }