From ee0d824afe1fb8e4f4fc5f607f2b2812260a100e Mon Sep 17 00:00:00 2001 From: Prasun Srivastav Date: Sat, 10 Jan 2026 00:28:30 +0530 Subject: [PATCH] Fix incorrect CWE mapping for Use of Obsolete Function in A03 --- 2025/docs/en/A03_2025-Software_Supply_Chain_Failures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2025/docs/en/A03_2025-Software_Supply_Chain_Failures.md b/2025/docs/en/A03_2025-Software_Supply_Chain_Failures.md index 25e70baac..cb1c56ac2 100644 --- a/2025/docs/en/A03_2025-Software_Supply_Chain_Failures.md +++ b/2025/docs/en/A03_2025-Software_Supply_Chain_Failures.md @@ -161,7 +161,7 @@ Every organization must ensure an ongoing plan for monitoring, triaging, and app ## List of Mapped CWEs -* [CWE-447 Use of Obsolete Function](https://cwe.mitre.org/data/definitions/447.html) +* [CWE-477 Use of Obsolete Function](https://cwe.mitre.org/data/definitions/477.html) * [CWE-1035 2017 Top 10 A9: Using Components with Known Vulnerabilities](https://cwe.mitre.org/data/definitions/1035.html)