Merge pull request #1197 from felicity-semmle/java/update-query-description

Java: Fix typo in query description
This commit is contained in:
Anders Schack-Mulligen
2019-04-03 12:09:26 +02:00
committed by GitHub

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