mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Autoformat.
This commit is contained in:
@@ -43,7 +43,8 @@ class AspNetQueryStringMember extends Member {
|
||||
* request.
|
||||
*/
|
||||
private string getHttpRequestFlowPropertyNames() {
|
||||
result = ["QueryString", "Headers", "RawUrl", "Url", "Cookies", "Form", "Params", "Path", "PathInfo"]
|
||||
result =
|
||||
["QueryString", "Headers", "RawUrl", "Url", "Cookies", "Form", "Params", "Path", "PathInfo"]
|
||||
}
|
||||
|
||||
/** A data flow source of remote user input (ASP.NET query string). */
|
||||
|
||||
Reference in New Issue
Block a user