Skip to content

Commit d6af999

Browse files
authored
Merge pull request #17234 from github/felicitymay-patch-1
Update CookieInjection.ql to remove period from @name
2 parents 25fc5f3 + fcb2b57 commit d6af999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/Security/CWE-020/CookieInjection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name Construction of a cookie using user-supplied input.
2+
* @name Construction of a cookie using user-supplied input
33
* @description Constructing cookies from user input may allow an attacker to perform a Cookie Poisoning attack.
44
* @kind path-problem
55
* @problem.severity warning

0 commit comments

Comments
 (0)