From cbc9a10eba21215eb241595cc9d585ff33dbbbed Mon Sep 17 00:00:00 2001 From: Wagga <6437862+wagga40@users.noreply.github.com> Date: Mon, 20 Feb 2023 14:08:28 +0100 Subject: [PATCH] Update java_xxe_exploitation_attempt.yml --- rules/application/jvm/java_xxe_exploitation_attempt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/application/jvm/java_xxe_exploitation_attempt.yml b/rules/application/jvm/java_xxe_exploitation_attempt.yml index b129ff2ec..8e2940737 100644 --- a/rules/application/jvm/java_xxe_exploitation_attempt.yml +++ b/rules/application/jvm/java_xxe_exploitation_attempt.yml @@ -21,5 +21,5 @@ detection: - 'DOMException' condition: keywords falsepositives: - - If the application expects to work with XML there may be parsing issues that don't neccecarily mean XXE. + - If the application expects to work with XML there may be parsing issues that don't necessarily mean XXE. level: high