mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
C#: Let ExternalApi extend DataFlowCallable instead of Callable.
This commit is contained in:
@@ -1 +1 @@
|
||||
| System.Private.CoreLib.dll#System.Collections.Generic#List<>.Add(object) | 2 |
|
||||
| System.Private.CoreLib.dll#System.Collections.Generic#List<>.Add(T) | 2 |
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
| System.Private.CoreLib.dll#System#DateTime.AddYears(int) | 2 |
|
||||
| System.Private.CoreLib.dll#System#DateTime.AddDays(double) | 1 |
|
||||
| System.Private.CoreLib.dll#System#DateTime.DateTime(int, int, int) | 1 |
|
||||
| System.Private.CoreLib.dll#System#Guid.Parse(string) | 1 |
|
||||
| System.Private.CoreLib.dll#System#DateTime.AddYears(System.Int32) | 2 |
|
||||
| System.Private.CoreLib.dll#System#DateTime.AddDays(System.Double) | 1 |
|
||||
| System.Private.CoreLib.dll#System#DateTime.DateTime(System.Int32,System.Int32,System.Int32) | 1 |
|
||||
| System.Private.CoreLib.dll#System#Guid.Parse(System.String) | 1 |
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
| System.Web.cs#System.Web#HttpResponse.Write(object) | 2 |
|
||||
| System.Web.cs#System.Web#HttpResponse.WriteFile(string) | 1 |
|
||||
| System.Web.cs#System.Web#HttpResponse.Write(System.Object) | 2 |
|
||||
| System.Web.cs#System.Web#HttpResponse.WriteFile(System.String) | 1 |
|
||||
|
||||
Reference in New Issue
Block a user