mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Added modeling for tap function.
This commit is contained in:
@@ -120,5 +120,5 @@ function chaining() {
|
||||
|
||||
sink(s(source("s20")).tap(function(value) {
|
||||
return value + source("s21");
|
||||
}).value()); // $ MISSING: hasTaintFlow=s20 MISSING: hasTaintFlow=s21
|
||||
}).value()); // $ hasTaintFlow=s20 hasTaintFlow=s21
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user