mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
17 lines
1.4 KiB
YAML
17 lines
1.4 KiB
YAML
extensions:
|
|
- addsTo:
|
|
pack: codeql/csharp-all
|
|
extensible: summaryModel
|
|
data:
|
|
- ["System.Reflection.Context", "CustomReflectionContext", True, "GetCustomAttributes", "(System.Reflection.MemberInfo,System.Collections.Generic.IEnumerable<System.Object>)", "", "Argument[1].Element", "ReturnValue", "taint", "df-generated"]
|
|
- ["System.Reflection.Context", "CustomReflectionContext", True, "GetCustomAttributes", "(System.Reflection.ParameterInfo,System.Collections.Generic.IEnumerable<System.Object>)", "", "Argument[1].Element", "ReturnValue", "taint", "df-generated"]
|
|
- ["System.Reflection.Context", "CustomReflectionContext", False, "MapAssembly", "(System.Reflection.Assembly)", "", "Argument[0]", "ReturnValue", "taint", "df-generated"]
|
|
- ["System.Reflection.Context", "CustomReflectionContext", False, "MapType", "(System.Reflection.TypeInfo)", "", "Argument[0]", "ReturnValue", "taint", "df-generated"]
|
|
- addsTo:
|
|
pack: codeql/csharp-all
|
|
extensible: neutralModel
|
|
data:
|
|
- ["System.Reflection.Context", "CustomReflectionContext", "AddProperties", "(System.Type)", "summary", "df-generated"]
|
|
- ["System.Reflection.Context", "CustomReflectionContext", "CustomReflectionContext", "()", "summary", "df-generated"]
|
|
- ["System.Reflection.Context", "CustomReflectionContext", "CustomReflectionContext", "(System.Reflection.ReflectionContext)", "summary", "df-generated"]
|