From 2f2de60d6cb874754fe68e3f97e90fc56c7b5a8f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 12:25:47 +0000 Subject: [PATCH] chore: refresh vuln summary (README + JSON) --- README.md | 2 +- data/last-scan.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a86aae4..b5bc548 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## 🔒 Vulnerability Summary -_Last scan: 2026-05-28_

Critical: 0
High: 12
Medium: 31
Low: 6

Total: 49 +_Last scan: 2026-05-29_

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

Total: 47 diff --git a/data/last-scan.json b/data/last-scan.json index 69aeb2b..b00146b 100644 --- a/data/last-scan.json +++ b/data/last-scan.json @@ -1,8 +1,8 @@ { - "date": "2026-05-28", - "low": 6, - "medium": 31, - "high": 12, + "date": "2026-05-29", + "low": 7, + "medium": 30, + "high": 10, "critical": 0, - "total": 49 + "total": 47 }