Files
codeql/javascript/ql/test/library-tests
Max Schaefer 5727b2a5f4 JavaScript: Properly handle value-preserving paths.
When constructing a path through a property write/read pair, we want to make sure that we only use value-preserving steps to track the base object. However, the value flowing in from the right-hand side of the assignment may have a different flow label (such as `taint()`), so we cannot use the normal `append` predicate to construct the composite path.
2018-10-03 15:49:02 +01:00
..
2018-09-11 12:15:01 +01:00
2018-09-27 10:20:35 +01:00
2018-09-23 16:24:31 -07:00
2018-08-22 10:18:38 +01:00