Skip to content

Commit 191dae4

Browse files
michaelnebelEthan Willoner
authored andcommitted
C#: Add a stub for the System.Uri class for the CWE-611 test.
1 parent 6f57e5a commit 191dae4

File tree

1 file changed

+8
-2
lines changed
  • csharp/ql/test/query-tests/Security Features/CWE-611

1 file changed

+8
-2
lines changed
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
namespace System.Web;
1+
namespace System
2+
{
3+
public class Uri { }
24

3-
public interface IHtmlString { }
5+
namespace Web
6+
{
7+
public interface IHtmlString { }
8+
}
9+
}

0 commit comments

Comments
 (0)