pypi semgrep 0.121.0
Release v0.121.0

latest releases: 1.89.0, 1.88.0, 1.87.0...
22 months ago

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 if x.a[i] was tainted, then x itself was tainted;
    now only x.a will be considered tainted. (pa-2086)

Fixed

  • JS: correctly parse exported function pattern (gh-6218)
  • Terraform: Can now analyze constant-propagated values of variables with metavariable-comparison and friends (pa-2088)

Don't miss a new semgrep release

NewReleases is sending notifications on new releases.