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

Bump semgrep from 1.100.0 to 1.109.0 #151

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2025

Bumps semgrep from 1.100.0 to 1.109.0.

Release notes

Sourced from semgrep's releases.

Release v1.109.0

1.109.0 - 2025-02-19

Changed

  • Pyproject.toml files are now parsed using a toml parser (tomli). (sc-2054)

Fixed

  • pro: taint-mode: Fixed limitation in custom taint propagators. See https://semgrep.dev/playground/s/ReJQO (code-7967)
  • taint-mode: Disable symbolic-propagation when matching taint propagators to prevent unintended interactions. See https://semgrep.dev/playground/s/7KE0k. (code-8054)
  • Fixed pattern match deduplication to avoid an O(n^2) worst-case complexity, and optimized the matching of ordered ..., PAT, ... patterns. (saf-682)

Release v1.108.0

1.108.0 - 2025-02-12

Added

  • pro: Semgrep can now dynamically resolve dependencies for Python projects using pip, allowing it to determine transitive dependencies automatically. (sc-2069)

Changed

  • Bump base Alpine docker image from 3.19 to 3.21. (alpine-version)
  • The semgrep-appsec-platform specific metadata fields "semgrep.dev:" and "semgrep.policy:" are now filtered from the JSON output unless you are logged in with the Semgrep appsec platform. See https://semgrep.dev/docs/semgrep-appsec-platform/json-and-sarif#json for more information. (metadata-filter)
  • The Semgrep Docker image now uses Python 3.12 (bumped from 3.11). (python-version)

Fixed

  • This PR changes the way we handle failures in git worktree remove more gracefully. Instead of erroring, we continue to scan so that the user can still get results, but log the error. It also adds a guard so that this failure is less likely to happen and will include more debugging information when it does. (sms-521)

Release v1.107.0

... (truncated)

Changelog

Sourced from semgrep's changelog.

1.109.0 - 2025-02-19

Changed

  • Pyproject.toml files are now parsed using a toml parser (tomli). (sc-2054)

Fixed

  • pro: taint-mode: Fixed limitation in custom taint propagators. See https://semgrep.dev/playground/s/ReJQO (code-7967)
  • taint-mode: Disable symbolic-propagation when matching taint propagators to prevent unintended interactions. See https://semgrep.dev/playground/s/7KE0k. (code-8054)
  • Fixed pattern match deduplication to avoid an O(n^2) worst-case complexity, and optimized the matching of ordered ..., PAT, ... patterns. (saf-682)

1.108.0 - 2025-02-12

Added

  • pro: Semgrep can now dynamically resolve dependencies for Python projects using pip, allowing it to determine transitive dependencies automatically. (sc-2069)

Changed

  • Bump base Alpine docker image from 3.19 to 3.21. (alpine-version)
  • The semgrep-appsec-platform specific metadata fields "semgrep.dev:" and "semgrep.policy:" are now filtered from the JSON output unless you are logged in with the Semgrep appsec platform. See https://semgrep.dev/docs/semgrep-appsec-platform/json-and-sarif#json for more information. (metadata-filter)
  • The Semgrep Docker image now uses Python 3.12 (bumped from 3.11). (python-version)

Fixed

  • This PR changes the way we handle failures in git worktree remove more gracefully. Instead of erroring, we continue to scan so that the user can still get results, but log the error. It also adds a guard so that this failure is less likely to happen and will include more debugging information when it does. (sms-521)

1.107.0 - 2025-02-04

... (truncated)

Commits
  • 2ec9863 chore: release version 1.109.0
  • 78255d0semgrep/semgrep-proprietary#3164
  • 721ee14 matching: Optimize the ordered ..., PAT, ... case (semgrep/semgrep-propriet...
  • 0192a48 perf: Fix Core_match.uniq O(n^2) worst-case complexity (semgrep/semgrep-propr...
  • 4c6aa60 Move subproject.py DependencySource and children classes to ATD (semgrep/semg...
  • ecae960semgrep/semgrep-proprietary#3141
  • a6ecc31semgrep/semgrep-proprietary#3121
  • 2c90578 chore: Stop using python cache in pre-commit job (semgrep/semgrep-proprietary...
  • a0465ba Use inherited environment when using CapExec ~env (semgrep/semgrep-proprietar...
  • f90c639 refactor: Move Tok.location type and utils to the Loc module (semgrep/semgrep...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [semgrep](https://github.com/returntocorp/semgrep) from 1.100.0 to 1.109.0.
- [Release notes](https://github.com/returntocorp/semgrep/releases)
- [Changelog](https://github.com/semgrep/semgrep/blob/develop/CHANGELOG.md)
- [Commits](semgrep/semgrep@v1.100.0...v1.109.0)

---
updated-dependencies:
- dependency-name: semgrep
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants