mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
C#: Update/Add some hand-written stubs for CWE-079 and CWE-611.
This commit is contained in:
@@ -21,11 +21,6 @@ namespace System
|
||||
public string HtmlEncode(string s) => throw null;
|
||||
}
|
||||
|
||||
// Generated from `System.Web.IHtmlString` in `System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`
|
||||
public interface IHtmlString
|
||||
{
|
||||
}
|
||||
|
||||
// Generated from `System.Web.IPrincipalContainer` in `System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`
|
||||
interface IPrincipalContainer
|
||||
{
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
namespace System.Web;
|
||||
|
||||
public interface IHtmlString { }
|
||||
Reference in New Issue
Block a user