diff --git a/site/content/docs/alerts/10004.md b/site/content/docs/alerts/10004.md index ae5394ee2..3abc67587 100644 --- a/site/content/docs/alerts/10004.md +++ b/site/content/docs/alerts/10004.md @@ -1,5 +1,5 @@ --- -title: "Tech Detected - Apache HTTP Server" +title: "Tech Detection Passive Scanner" alertid: 10004 alertindex: 1000400 alerttype: "Tool" @@ -8,9 +8,7 @@ status: release type: alert risk: Informational solution: "" -references: - - https://httpd.apache.org -other: "The following CPE is associated with the identified tech: cpe:2.3:a:apache:http_server:*:*:*:*:*:*:*:* The following version(s) is/are associated with the identified tech: 2.4.7" +other: "The following CPE is associated with the identified tech: cpe:2.3:a:example_vendor:example_software:55.4.3:*:*:*:*:*:*:* The following version(s) is/are associated with the identified tech: 55.4.3" cwe: 200 wasc: 13 alerttags: @@ -19,4 +17,4 @@ code: https://github.com/zaproxy/zap-extensions/blob/main/addOns/wappalyzer/src/ linktext: "org/zaproxy/zap/extension/wappalyzer/ExtensionWappalyzer.java" help: https://www.zaproxy.org/docs/desktop/addons/technology-detection/options/#10004 --- -The following "Web servers" technology was identified: Apache HTTP Server. +The following "Widgets" technology was identified: Example Software. diff --git a/site/content/docs/alerts/90023.md b/site/content/docs/alerts/90023.md index b64453943..224a5411c 100644 --- a/site/content/docs/alerts/90023.md +++ b/site/content/docs/alerts/90023.md @@ -16,6 +16,7 @@ other: "" cwe: 611 wasc: 43 alerttags: + - CWE-611 - OWASP_2017_A04 - OWASP_2021_A03 - WSTG-v42-INPV-07 diff --git a/site/data/alerttags.yml b/site/data/alerttags.yml index 4295ca8be..9f5876c59 100644 --- a/site/data/alerttags.yml +++ b/site/data/alerttags.yml @@ -148,6 +148,9 @@ CWE-565: CWE-601: link: https://cwe.mitre.org/data/definitions/601.html +CWE-611: + link: https://cwe.mitre.org/data/definitions/611.html + CWE-614: link: https://cwe.mitre.org/data/definitions/614.html