From 2c0c3774c7b37571f619c021e77db25f045a7394 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 12:13:49 +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 1791ff4..9dee656 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## 🔒 Vulnerability Summary -_Last scan: 2026-07-08_

Critical: 0
High: 13
Medium: 49
Low: 17

Total: 79 +_Last scan: 2026-07-09_

Critical: 0
High: 13
Medium: 46
Low: 14

Total: 73 diff --git a/data/last-scan.json b/data/last-scan.json index 9993129..5da8bb0 100644 --- a/data/last-scan.json +++ b/data/last-scan.json @@ -1,8 +1,8 @@ { - "date": "2026-07-08", - "low": 17, - "medium": 49, + "date": "2026-07-09", + "low": 14, + "medium": 46, "high": 13, "critical": 0, - "total": 79 + "total": 73 }