mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
C#: Update stubs to include one more known sink method.
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -156,6 +156,7 @@ namespace System.Web
|
||||
public class HttpResponse
|
||||
{
|
||||
public void Write(object o) { }
|
||||
public void WriteFile(string s) { }
|
||||
public HttpCookieCollection Cookies => null;
|
||||
public void AddHeader(string name, string value) { }
|
||||
public void Redirect(string url) { }
|
||||
|
||||
Reference in New Issue
Block a user