Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency semgrep to v1.26.0 #42

Merged
merged 1 commit into from
Jun 9, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
semgrep 1.25.0 -> 1.26.0 age adoption passing confidence

Release Notes

returntocorp/semgrep

v1.26.0

Compare Source

1.26.0 - 2023-06-09

Added
  • In Java, Semgrep can now track taint through more getters and setters. It could already relate setters to getters (e.g. o.setX(taint); o.getX() but now it can relate setters and getters to properties (e.g. o.setX(taint); o.x). (getters)
  • taint-mode: Added experimental options taint_assume_safe_booleans and
    taint_assume_safe_numbers to avoid propagating taint coming from expressions
    with Boolean or number (integer, float) types. (pa-2777)
Fixed
  • swift: Support if let shorthand for shadowing an existing optional variable. (gh-7583)
  • Elixir: fix the string extraction used for -filter_irrelevant_rules (gh-7855)
  • Fixed comparison of taint information that was causing duplicate taints to be tracked.
    Interfile analysis on large repos will see a small speedup. (misc-1)
  • taint-mode: Fixed performance regression in 1.24.0 that affected taint rules. (pa-2777-1)
  • Fix a recent regression that caused failures to match in certain cases that combined metavariable-regex and typed metavariables which themselves contain metavariables (e.g. in Go ($X: $T) with a metavariable-regex operating on $T). (pa-2822)
  • Gomod comments: fix parsing comments that end in ')' (sc-716)

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 PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Mend Renovate. View repository job log here.

@Zebradil Zebradil merged commit 8a65db5 into master Jun 9, 2023
@Zebradil Zebradil deleted the renovate/semgrep-1.x-lockfile branch June 9, 2023 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant