Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3cef1 commit 00cd064Copy full SHA for 00cd064
1 file changed
javascript/ql/src/semmle/javascript/frameworks/Angular2.qll
@@ -197,6 +197,10 @@ module Angular2 {
197
or
198
result = getOptionArgument(argumentOffset + 1, "body")
199
}
200
+
201
+ override DataFlow::Node getAResponseDataNode(string responseType, boolean promise) {
202
+ result = this and responseType = "rxjs.observable" and promise = false
203
+ }
204
205
206
private string getInternalName(string name) {
0 commit comments