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

chore(deps): update dependency pulumi/pulumi to v3.145.0 #9446

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

uniget-bot
Copy link

This PR contains the following updates:

Package Update Change
pulumi/pulumi minor 3.144.1 -> 3.145.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

pulumi/pulumi (pulumi/pulumi)

v3.145.0

Compare Source

3.145.0 (2025-01-07)

Features
  • [auto/go] Support --clear-pending-creates for refresh command in Go Automation API for preview refresh and refresh operations.
    #​18101

  • [programgen/{java,sdkgen/java}] Only use gRPC to communicate with the Java host
    #​18138

  • [cli/package] Support bridging to terraform providers automatically in pulumi convert
    #​17992

  • [sdk/go] Implement deferred output for the Go SDK and program-gen
    #​17885

Bug Fixes
  • [cli] Fix TestPackageAddGoParameterized to utilize version path
    #​18150

  • [cli/engine] Clarify the usage string for the --expect-no-changes flag
    #​18105

  • [auto/go] Return error if no inline program specified
    #​18086

  • [auto/go] Interrupt programs gracefully when the context is canceled
    #​18124

  • [cli/new] Provide a better error message when pulumi new --ai generates a program with errors
    #​18091

  • [cli/new] Provide a more meaningful message for the --language flag
    #​18092

  • [engine] Enable pulumi:pulumi:getResource to hydrate Read resources
    #​18070

  • [programgen] Allow for case-insensitive terraform convert source
    #​18111

  • [programgen/go] Fix importing module names in Go programs that aren't lower-case
    #​18113

  • [sdk/go] Fix panic when diffing computed property values
    #​18104

  • [sdk/go] Avoid calling invokes with dependencies on unknown resources
    #​18133

  • [sdk/nodejs] Fix source maps when using jest
    #​18108

  • [sdk/nodejs] Avoid calling invokes with dependencies on unknown resources
    #​18152

  • [sdk/python] Fix reading pulumi-plugin.json when using the uv toolchain
    #​18107

  • [sdk/python] Fix ListPackages when using uv
    #​18121

  • [sdk/python] Fix dynamic providers when using Poetry or uv
    #​18126

  • [sdk/python] Fix prerelease version
    #​18125

  • [sdk/python] Avoid calling invokes with dependencies on unknown resources
    #​18141

Miscellaneous
  • [programgen/java] Bump Java SDK dependency version so that package gen-sdk emits buildable code
    #​18130

  • [sdk/python] Switch to pyproject.toml + uv
    #​18081

  • [sdk/python] Move mypy configuration into pyproject.toml
    #​18118

  • [sdk/python] Move pyright configuration into pyproject.toml
    #​18116

  • [sdk/python] Move ruff configuration into pyproject.toml
    #​18117


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 Renovate Bot.

Copy link

@nicholasdille-bot nicholasdille-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved because label type/renovate is present.

Copy link

github-actions bot commented Jan 7, 2025

🔍 Vulnerabilities of ghcr.io/uniget-org/tools/pulumi:3.145.0

📦 Image Reference ghcr.io/uniget-org/tools/pulumi:3.145.0
digestsha256:d0501307da24f97c87a0717c12432ae0f32a47abc4c48f4824ed49912978b7de
vulnerabilitiescritical: 2 high: 2 medium: 1 low: 1
platformlinux/amd64
size84 MB
packages258
critical: 1 high: 1 medium: 0 low: 0 github.com/go-git/go-git/v5 5.12.0 (golang)

pkg:golang/github.com/go-git/go-git/v5@5.12.0

critical 9.2: CVE--2025--21613 Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')

Affected range<5.13.0
Fixed version5.13.0
CVSS Score9.2
CVSS VectorCVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:Clear
Description

Impact

An argument injection vulnerability was discovered in go-git versions prior to v5.13.

Successful exploitation of this vulnerability could allow an attacker to set arbitrary values to git-upload-pack flags. This only happens when the file transport protocol is being used, as that is the only protocol that shells out to git binaries.

Affected versions

Users running versions of go-git from v4 and above are recommended to upgrade to v5.13 in order to mitigate this vulnerability.

Workarounds

In cases where a bump to the latest version of go-git is not possible, we recommend users to enforce restrict validation rules for values passed in the URL field.

Credit

Thanks to @vin01 for responsibly disclosing this vulnerability to us.

high 7.5: CVE--2025--21614 Improper Input Validation

Affected range<5.13.0
Fixed version5.13.0
CVSS Score7.5
CVSS VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Description

Impact

A denial of service (DoS) vulnerability was discovered in go-git versions prior to v5.13. This vulnerability allows an attacker to perform denial of service attacks by providing specially crafted responses from a Git server which triggers resource exhaustion in go-git clients.

This is a go-git implementation issue and does not affect the upstream git cli.

Patches

Users running versions of go-git from v4 and above are recommended to upgrade to v5.13 in order to mitigate this vulnerability.

Workarounds

In cases where a bump to the latest version of go-git is not possible, we recommend limiting its use to only trust-worthy Git servers.

Credit

Thanks to Ionut Lalu for responsibly disclosing this vulnerability to us.

critical: 1 high: 0 medium: 0 low: 0 github.com/moby/moby 26.1.0+incompatible (golang)

pkg:golang/github.com/moby/moby@26.1.0+incompatible

critical : CVE--2024--41110

Affected range>=26.0.0+incompatible
<26.1.5+incompatible
Fixed version26.1.5+incompatible
Description

Moby authz zero length regression in github.com/moby/moby

critical: 0 high: 1 medium: 0 low: 0 golang.org/x/net 0.28.0 (golang)

pkg:golang/golang.org/x/net@0.28.0

high 8.7: CVE--2024--45338 Allocation of Resources Without Limits or Throttling

Affected range<0.33.0
Fixed version0.33.0
CVSS Score8.7
CVSS VectorCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
Description

An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.

critical: 0 high: 0 medium: 1 low: 1 github.com/aws/aws-sdk-go 1.50.36 (golang)

pkg:golang/github.com/aws/aws-sdk-go@1.50.36

medium : CVE--2020--8911

Affected range>=0
Fixed versionNot Fixed
Description

A padding oracle vulnerability exists in the AWS S3 Crypto SDK for GoLang versions prior to V2. The SDK allows users to encrypt files with AES-CBC without computing a Message Authentication Code (MAC), which then allows an attacker who has write access to the target's S3 bucket and can observe whether or not an endpoint with access to the key can decrypt a file, they can reconstruct the plaintext with (on average) 128*length (plaintext) queries to the endpoint, by exploiting CBC's ability to manipulate the bytes of the next block and PKCS5 padding errors. It is recommended to update your SDK to V2 or later, and re-encrypt your files.

low : CVE--2020--8912

Affected range>=0
Fixed versionNot Fixed
Description

A vulnerability in the in-band key negotiation exists in the AWS S3 Crypto SDK for GoLang versions prior to V2. An attacker with write access to the targeted bucket can change the encryption algorithm of an object in the bucket, which can then allow them to change AES-GCM to AES-CTR. Using this in combination with a decryption oracle can reveal the authentication key used by AES-GCM as decrypting the GMAC tag leaves the authentication key recoverable as an algebraic equation. It is recommended to update your SDK to V2 or later, and re-encrypt your files.

Copy link

github-actions bot commented Jan 7, 2025

Attempting automerge. See https://github.com/uniget-org/tools/actions/runs/12655637511.

Copy link

github-actions bot commented Jan 7, 2025

PR is clean and can be merged. See https://github.com/uniget-org/tools/actions/runs/12655637511.

@github-actions github-actions bot merged commit 4012cae into main Jan 7, 2025
10 of 11 checks passed
@github-actions github-actions bot deleted the renovate/pulumi-pulumi-3.x branch January 7, 2025 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants