mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
JS: Implement getAResponseDataNode
This commit is contained in:
@@ -197,6 +197,10 @@ module Angular2 {
|
||||
or
|
||||
result = getOptionArgument(argumentOffset + 1, "body")
|
||||
}
|
||||
|
||||
override DataFlow::Node getAResponseDataNode(string responseType, boolean promise) {
|
||||
result = this and responseType = "rxjs.observable" and promise = false
|
||||
}
|
||||
}
|
||||
|
||||
private string getInternalName(string name) {
|
||||
|
||||
Reference in New Issue
Block a user