Skip to content

Commit 5379c6e

Browse files
authored
Merge pull request #1197 from felicity-semmle/java/update-query-description
Java: Fix typo in query description
2 parents f9c9efe + ffeb61c commit 5379c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Security/CWE/CWE-614/InsecureCookie.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Failure to use secure cookies
3-
* @description Insecured cookies may be sent in cleartext, which makes them vulnerable to
3+
* @description Insecure cookies may be sent in cleartext, which makes them vulnerable to
44
* interception.
55
* @kind problem
66
* @problem.severity error

0 commit comments

Comments
 (0)