Fix typo in query description

This commit is contained in:
Felicity Chapman
2019-04-03 10:46:48 +01:00
parent f9c9efeabe
commit ffeb61c698

View File

@@ -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