From ffeb61c69887d55b9f0e979005bb283a28fa12e9 Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Wed, 3 Apr 2019 10:46:48 +0100 Subject: [PATCH] Fix typo in query description --- java/ql/src/Security/CWE/CWE-614/InsecureCookie.ql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/ql/src/Security/CWE/CWE-614/InsecureCookie.ql b/java/ql/src/Security/CWE/CWE-614/InsecureCookie.ql index c35e49359bd..8a8bc656aba 100644 --- a/java/ql/src/Security/CWE/CWE-614/InsecureCookie.ql +++ b/java/ql/src/Security/CWE/CWE-614/InsecureCookie.ql @@ -1,6 +1,6 @@ /** * @name Failure to use secure cookies - * @description Insecured cookies may be sent in cleartext, which makes them vulnerable to + * @description Insecure cookies may be sent in cleartext, which makes them vulnerable to * interception. * @kind problem * @problem.severity error