mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Handle AnyMemberDeep and ArrayElementDeep in encodeContent
This commit is contained in:
@@ -263,6 +263,10 @@ private string encodeContentAux(ContentSet cs, string arg) {
|
||||
result = "Awaited"
|
||||
or
|
||||
cs = MkAwaited() and result = "Awaited" and arg = ""
|
||||
or
|
||||
cs = MkAnyPropertyDeep() and result = "AnyMemberDeep" and arg = ""
|
||||
or
|
||||
cs = MkArrayElementDeep() and result = "ArrayElementDeep" and arg = ""
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user