Update CookieInjection.ql to remove period

This commit is contained in:
Felicity Chapman
2024-08-15 13:17:13 +01:00
committed by GitHub
parent 6f23e8dcf3
commit fcb2b5730f

View File

@@ -1,5 +1,5 @@
/**
* @name Construction of a cookie using user-supplied input.
* @name Construction of a cookie using user-supplied input
* @description Constructing cookies from user input may allow an attacker to perform a Cookie Poisoning attack.
* @kind path-problem
* @problem.severity warning