Skip to content

Commit fcb2b57

Browse files
authored
Update CookieInjection.ql to remove period
1 parent 6f23e8d commit fcb2b57

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)