From fd40db47b4821c06d3a3d42ab7da0877264475ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 09:58:46 +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 5d81c81..15d39b7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## 🔒 Vulnerability Summary -_Last scan: 2026-03-11_

Critical: 0
High: 1
Medium: 23
Low: 23

Total: 47 +_Last scan: 2026-03-12_

Critical: 0
High: 0
Medium: 24
Low: 20

Total: 44 diff --git a/data/last-scan.json b/data/last-scan.json index 797dffc..1173ab0 100644 --- a/data/last-scan.json +++ b/data/last-scan.json @@ -1,8 +1,8 @@ { - "date": "2026-03-11", - "low": 23, - "medium": 23, - "high": 1, + "date": "2026-03-12", + "low": 20, + "medium": 24, + "high": 0, "critical": 0, - "total": 47 + "total": 44 }