Files
codeql/ql/test/query-tests/Security/CWE-079
Max Schaefer 62b79721ea Track taint through element writes.
This adds a taint step from `pred` to (the post-update node) of `succ` in `succ[idx] = pred` and its syntactic variants.

Unlike for structs, where partially tainted values are quite common, the theory is that arrays, maps, and slices are usually either completely tainted or completely clean.
2020-03-23 09:15:01 +00:00
..
2020-03-23 09:15:01 +00:00
2019-11-08 12:16:26 +00:00