0.121.0 - 2022-11-07
Changed
- taint-mode: Semgrep can now track taint through l-values of the form
this.x
.
It will also be more precise when tracking taint on l-values involving an
array access, previously ifx.a[i]
was tainted, thenx
itself was tainted;
now onlyx.a
will be considered tainted. (pa-2086)