From cf52fe3e0c43d440389d8c315934e9141835bd50 Mon Sep 17 00:00:00 2001 From: Nish344 <148205163+Nish344@users.noreply.github.com> Date: Sat, 10 Jan 2026 12:08:18 +0530 Subject: [PATCH] Fix typo: Change CWE-447 to CWE-477 in A03 CWE-447 refers to 'Unimplemented Feature', while 'Use of Obsolete Function' is CWE-477. This fixes the typo. --- 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)