From 577143f7f42cfc77a154ef678b5112507ff797d4 Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Fri, 20 Dec 2024 00:29:25 +0000 Subject: [PATCH] Update alert pages Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com> --- site/content/docs/alerts/10003.md | 4 ++-- site/data/alerttags.yml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/site/content/docs/alerts/10003.md b/site/content/docs/alerts/10003.md index aba22f5fa..9a992e27c 100644 --- a/site/content/docs/alerts/10003.md +++ b/site/content/docs/alerts/10003.md @@ -9,9 +9,9 @@ type: alert risk: Medium solution: "Please upgrade to the latest version of ExampleLibrary." other: "" -cwe: 829 +cwe: 1395 alerttags: - - CWE-829 + - CWE-1395 - OWASP_2017_A09 - OWASP_2021_A06 code: https://github.com/zaproxy/zap-extensions/blob/main/addOns/retire/src/main/java/org/zaproxy/addon/retire/RetireScanRule.java diff --git a/site/data/alerttags.yml b/site/data/alerttags.yml index 3b8cc41c7..49593f8fe 100644 --- a/site/data/alerttags.yml +++ b/site/data/alerttags.yml @@ -46,6 +46,9 @@ CWE-1336: CWE-134: link: https://cwe.mitre.org/data/definitions/134.html +CWE-1395: + link: https://cwe.mitre.org/data/definitions/1395.html + CWE-16: link: https://cwe.mitre.org/data/definitions/16.html