airtai / captn-backend

Repo to handle google auth and google ads for captn
4 stars 0 forks source link

Bump semgrep from 1.78.0 to 1.90.0 #969

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps semgrep from 1.78.0 to 1.90.0.

Release notes

Sourced from semgrep's releases.

Release v1.90.0

1.90.0 - 2024-09-25

Added

  • Expanded support for requirement lockfiles. Semgrep will now find any *requirement*.txt file and lockfiles in a requirements folder (**/requirements/*.txt). This functionality will be gated behind the --enable-experimental-requirements CLI flag. (sc-1752)

Changed

  • Security update for code snippet storage & access methods. (gh-2038)

Fixed

  • Errors that occur in semgrep scans with jobs > 1 will now have more detail (SAF-1628)
  • Dockerfile matching: CMD $...ARGS now behaves like CMD ... and matches any CMD instruction that uses the array syntax such as CMD ["ls"]. This fix also applies to the other command-like instructions RUN and ENTRYPOINT. (gh-9726)
  • Pro Engine: There is now improved type inference in Kotlin and Scala. Constructor invocations like Foo() will now be inferred properly to be of type Foo. (saf-1537)

Release v1.89.0

1.89.0 - 2024-09-19

Fixed

  • Fix crash on certain SCA parse errors caused by an access to an unbound variable. (gh-2259)

Release v1.88.0

1.88.0 - 2024-09-18

Added

  • The dataflow analysis in the Pro engine can now track method invocations on variables of an interface type, safely assuming that any implementation of the method can be called. For example, tainted input vulnerabilities in both implementation classes can now be detected in the following code:

... (truncated)

Changelog

Sourced from semgrep's changelog.

1.90.0 - 2024-09-25

Added

  • Expanded support for requirement lockfiles. Semgrep will now find any *requirement*.txt file and lockfiles in a requirements folder (**/requirements/*.txt). This functionality will be gated behind the --enable-experimental-requirements CLI flag. (sc-1752)

Changed

  • Security update for code snippet storage & access methods. (gh-2038)

Fixed

  • Errors that occur in semgrep scans with jobs > 1 will now have more detail (SAF-1628)
  • Dockerfile matching: CMD $...ARGS now behaves like CMD ... and matches any CMD instruction that uses the array syntax such as CMD ["ls"]. This fix also applies to the other command-like instructions RUN and ENTRYPOINT. (gh-9726)
  • Pro Engine: There is now improved type inference in Kotlin and Scala. Constructor invocations like Foo() will now be inferred properly to be of type Foo. (saf-1537)

1.89.0 - 2024-09-19

Fixed

  • Fix crash on certain SCA parse errors caused by an access to an unbound variable. (gh-2259)

1.88.0 - 2024-09-18

Added

  • The dataflow analysis in the Pro engine can now track method invocations on variables of an interface type, safely assuming that any implementation of the method can be called. For example, tainted input vulnerabilities in both implementation classes can now be detected in the following code:

... (truncated)

Commits
  • 8d38a7f chore: release version 1.90.0
  • cf7d468semgrep/semgrep-proprietary#2332
  • 968f09d fix: wrap parmap in a result to avoid unmarshal errors (semgrep/semgrep-propr...
  • 01238e7semgrep/semgrep-proprietary#2328
  • 1c343e4semgrep/semgrep-proprietary#2329
  • 8ad3226 feat(sca): support different requirement lockfile patterns (semgrep/semgrep-p...
  • 89d04cbsemgrep/semgrep-proprietary#2326
  • 57e0172semgrep/semgrep-proprietary#2325
  • f2439a9 refactor: split out Parse_target.just_resolve_name (semgrep/semgrep-proprie...
  • e596f43 [dockerfile] Fix named ellipsis matching on CMD-like instructions using the a...
  • 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 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)
dependabot[bot] commented 1 month ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.