Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps semgrep from 1.113.0 to 1.142.0.

Release notes

Sourced from semgrep's releases.

Release v1.142.0

1.142.0 - 2025-10-30

Added

  • Pro: improved taint handling of match expressions in Scala. In examples like
    val x = taint match {
        case Some(t) => t
        case None => return "example"
    }
    dataflow should now track taint from taint to x. (code-9085)
  • pro: scala: http4s-specific support for case $M -> ... :? ... +& test +& ... => ... patterns. (code-9131)

Fixed

  • Supply Chain subproject resolution table is now shown even when no subprojects were successfully resolved (SC-2492)
  • UV lockfiles that include editable and local dependencies without versions are now parsed correctly. The unversioned dependencies will be ignored. (SC-2888)
  • Failures in parsing UV lockfiles are now correctly reported as "Failed" rather than "Unsupported" (SC-2895)
  • build.gradle.kts files now resolve correctly when --allow-local-builds is passed. (SC-2899)
  • Rule parsing in 1.139.0 was switched to happen solely in semgrep-core. This caused some users to exit with code 7, so this change has been reverted. (saf-2265)

Release v1.141.0

1.141.0 - 2025-10-23

Added

  • pro: scala: http4s-specific support for $M -> ... / $X / ... patterns (code-9114)

Fixed

  • Improved detection of implicitly returned expressions. Functions in some languages, such as Ruby and Scala, can return a value without an explicit return statement. More expressions, such as string interpolation, are now correctly identified as implicitly returned. (code-9101)
  • Scala: Parser now accepts an $MVAR as a pattern alias (@), so e.g. case $X @ ... => ... is now a valid pattern. (code-9130)
  • fixed an issue where CamlinternalLazy.Undefined would occur while using eio multicore (saf-1877)

Release v1.140.0

1.140.0 - 2025-10-16

... (truncated)

Changelog

Sourced from semgrep's changelog.

1.142.0 - 2025-10-30

Added

  • Pro: improved taint handling of match expressions in Scala. In examples like
    val x = taint match {
        case Some(t) => t
        case None => return "example"
    }
    dataflow should now track taint from taint to x. (code-9085)
  • pro: scala: http4s-specific support for case $M -> ... :? ... +& test +& ... => ... patterns. (code-9131)

Fixed

  • Supply Chain subproject resolution table is now shown even when no subprojects were successfully resolved (SC-2492)
  • UV lockfiles that include editable and local dependencies without versions are now parsed correctly. The unversioned dependencies will be ignored. (SC-2888)
  • Failures in parsing UV lockfiles are now correctly reported as "Failed" rather than "Unsupported" (SC-2895)
  • build.gradle.kts files now resolve correctly when --allow-local-builds is passed. (SC-2899)
  • Rule parsing in 1.139.0 was switched to happen solely in semgrep-core. This caused some users to exit with code 7, so this change has been reverted. (saf-2265)

1.141.1 - 2025-10-29

Fixed

  • Rule parsing in 1.139.0 was switched to happen solely in semgrep-core. This caused some users to exit with code 7, so this change has been reverted. (saf-2265)

1.141.0 - 2025-10-23

Added

  • pro: scala: http4s-specific support for $M -> ... / $X / ... patterns (code-9114)

Fixed

  • Improved detection of implicitly returned expressions. Functions in some languages, such as Ruby and Scala, can return a value without an explicit return statement.

... (truncated)

Commits
  • 4111b9c chore: release version 1.142.0
  • fbabd76semgrep/semgrep-proprietary#4896
  • 4ec138c fix(subproject-resolution): correctly report resolution failures for subproje...
  • afd8af9 fix: switch to gc alarm based timeouts multicore (semgrep/semgrep-proprietary...
  • 3761f3fsemgrep/semgrep-proprietary#4878
  • c0d5d1c Added documentation and type annotations for AST to IL transformation (semgre...
  • 3bb4440semgrep/semgrep-proprietary#4890
  • 7ab783esemgrep/semgrep-proprietary#4888
  • 4152f09 feat(scala): taint through matchsemgrep/semgrep-proprietary#4635
  • 2f45d34semgrep/semgrep-proprietary#4
  • 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.113.0 to 1.142.0.
- [Release notes](https://github.com/returntocorp/semgrep/releases)
- [Changelog](https://github.com/semgrep/semgrep/blob/develop/CHANGELOG.md)
- [Commits](semgrep/semgrep@v1.113.0...v1.142.0)

---
updated-dependencies:
- dependency-name: semgrep
  dependency-version: 1.142.0
  dependency-type: direct:production
  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 Nov 3, 2025
@dependabot dependabot bot requested a review from behnazh-w as a code owner November 3, 2025 11:06
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 3, 2025
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Nov 3, 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 OCA Verified All contributors have signed the Oracle Contributor Agreement. python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants