Skip to content

chore(deps): update returntocorp/semgrep docker tag to v0.121

Yellowhat requested to merge renovate/returntocorp-semgrep-0.x into main

This MR contains the following updates:

Package Type Update Change
returntocorp/semgrep image minor 0.120 -> 0.121

Release Notes

returntocorp/semgrep

v0.121

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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports