mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
Add support for Map.forEach
Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>
This commit is contained in:
@@ -74,7 +74,7 @@ class IntegrationTest {
|
||||
filterAndMerge(pojoForm, mergedParams, name -> false);
|
||||
return mergedParams;
|
||||
}).then(pojoMap -> {
|
||||
sink(pojoMap); //$hasTaintFlow
|
||||
sinlk(pojoMap); //$hasTaintFlow
|
||||
sink(pojoMap.get("value")); //$hasTaintFlow
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user