chore(deps): update dependency semgrep to v1.114.0 #4999
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.111.0
->1.114.0
Release Notes
returntocorp/semgrep (semgrep)
v1.114.0
Compare Source
Fixed
Pro Engine now more accurately tracks the scope of Python local variables. For
example, the following code defines two
z
variables that should be trackedseparately.
The Pro engine now correctly recognizes that the
z
assigned toa
is the onedefined in the local scope, not the global scope. (code-8114)
v1.113.0
Compare Source
Fixed
v1.112.0
Compare Source
Added
write the pattern like:
class $C {
...
$FUNC() { ... }
...
}
``` (code-8242)
Fixed
the identification of a statement like
return foo()
as one such sink. (code-8199)--gitlab-secrets
output has been updated to conform to GitLab JSON schema (scrt-849)--semgrepignore-v2
changed to be closer to the legacySemgrepignore v1.
.gitignore
files are no longer loaded automaticallyas part of the Semgrepignore v2 exclusion mechanism.
Loading a
.gitignore
file must be doneby placing
:include .gitignore
in the.semgrepignore
fileas was the case with Semgrepignore v1. (semgrepignore-v1-compat)
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.
This PR was generated by Mend Renovate. View the repository job log.