mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C#: Add a stub for the System.Uri class for the CWE-611 test.
This commit is contained in:
committed by
Ethan Willoner
parent
6f57e5a13e
commit
191dae47fd
@@ -1,3 +1,9 @@
|
||||
namespace System.Web;
|
||||
namespace System
|
||||
{
|
||||
public class Uri { }
|
||||
|
||||
public interface IHtmlString { }
|
||||
namespace Web
|
||||
{
|
||||
public interface IHtmlString { }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user