mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Format code
This commit is contained in:
@@ -16,4 +16,4 @@ import InsecureCookie::Cookie
|
||||
from Cookie cookie
|
||||
where not cookie.isSecure()
|
||||
select "Cookie is added to response without the 'secure' flag being set to true (using " +
|
||||
cookie.getKind() + ").", cookie
|
||||
cookie.getKind() + ").", cookie
|
||||
|
||||
Reference in New Issue
Block a user