From 92f44c75850868530e0ff7bd33b35459d0c304fd Mon Sep 17 00:00:00 2001 From: Yusuke Hayashi Date: Tue, 28 Jul 2026 09:47:12 +0900 Subject: [PATCH] Add CWE-1285 to GHSA-3qwc-47jf-5rf7 --- .../2024/03/GHSA-3qwc-47jf-5rf7/GHSA-3qwc-47jf-5rf7.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/advisories/github-reviewed/2024/03/GHSA-3qwc-47jf-5rf7/GHSA-3qwc-47jf-5rf7.json b/advisories/github-reviewed/2024/03/GHSA-3qwc-47jf-5rf7/GHSA-3qwc-47jf-5rf7.json index 5e793ca26c4f1..8040d6786d252 100644 --- a/advisories/github-reviewed/2024/03/GHSA-3qwc-47jf-5rf7/GHSA-3qwc-47jf-5rf7.json +++ b/advisories/github-reviewed/2024/03/GHSA-3qwc-47jf-5rf7/GHSA-3qwc-47jf-5rf7.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-3qwc-47jf-5rf7", - "modified": "2024-03-05T14:39:13Z", + "modified": "2024-03-05T14:39:14Z", "published": "2024-03-05T14:39:13Z", "aliases": [], "summary": "eth-abi is vulnerable to recursive DoS", @@ -46,10 +46,12 @@ } ], "database_specific": { - "cwe_ids": [], + "cwe_ids": [ + "CWE-1285" + ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-03-05T14:39:13Z", "nvd_published_at": null } -} \ No newline at end of file +}