8000 chore(deps): update dependency pulumi/pulumi to v3.171.0 by uniget-bot · Pull Request #12432 · uniget-org/tools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps): update dependency pulumi/pulumi to v3.171.0 #12432

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

Merged
merged 1 commit into from
May 21, 2025

Conversation

uniget-bot
Copy link

This PR contains the following updates:

Package Update Change
pulumi/pulumi minor 3.170.0 -> 3.171.0

Warning

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


Release Notes

pulumi/pulumi (pulumi/pulumi)

v3.171.0

Compare Source

3.171.0 (2025-05-21)

Features
  • [cli] Add pulumi esc as an alias for pulumi env
    #​19610

  • [engine] Elide StackReference outputs that fail to decrypt
    #​19533

  • [programgen] Ensure convert uses the output project directory as the working directory
    #​19582

  • [cli/display] Release explain-preview and summarize-error Copilot features
    #​19544

  • [cli/engine] Enable debugging of source based plugins, using --attach-debugger plugin=<name>
    #​19553

  • [cli/install] Allow pulumi install to install dependencies inside plugin project folders
    #​19580

  • [auto/python] Add on_error callback for capturing incremental stderr output
    #​19541

  • [programgen/nodejs] Add callSingle to the NodeJS SDK to support non-object method return values
    #​19387

  • [programgen/python] Add sdk support for scalar call returns from providers
    #​19419

  • [sdk/python] Add new provider interface to pulumi.provider.experimental.provider
    #​19080

  • [sdk/python] Support enum references in component providers
    #​19471

Bug Fixes
  • [cli] Enumerate supported CI systems deterministically
    #​19593

  • [engine] Make the engine respect errors from plugin Handshake methods
    #​19595

  • [cli/install] Fix installation of python policies to default to virtualenv rather than site-packages
    #​19570


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

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

📦 Image Reference ghcr.io/uniget-org/tools/pulumi:3.171.0
digestsha256:388c82abc941ce1c76ac3dfc7d40c1b51104c04326fb4e76b6075b7c944f3887
vulnerabilitiescritical: 2 high: 4 medium: 5 low: 1
platformlinux/amd64
size92 MB
packages276
critical: 1 high: 3 medium: 4 low: 0 stdlib 1.23.0 (golang)

pkg:golang/stdlib@1.23.0

critical : CVE--2025--22871

Affected range<1.23.8
Fixed version1.23.8
Description

The net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines. This can permit request smuggling if a net/http server is used in conjunction with a server that incorrectly accepts a bare LF as part of a chunk-ext.

high : CVE--2024--34158

Affected range>=1.23.0-0
<1.23.1
Fixed version1.23.1
Description

Calling Parse on a "// +build" build tag line with deeply nested expressions can cause a panic due to stack exhaustion.

high : CVE--2024--34156

Affected range>=1.23.0-0
<1.23.1
Fixed version1.23.1
Description

Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.

high : CVE--2022--30635

Affected range>=1.23.0-0
<1.23.1
Fixed version1.23.1
Description

Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.

medium : CVE--2024--45341

Affected range>=1.23.0-0
<1.23.5
Fixed version1.23.5
Description

A certificate with a URI which has a IPv6 address with a zone ID may incorrectly satisfy a URI name constraint that applies to the certificate chain.

Certificates containing URIs are not permitted in the web PKI, so this only affects users of private PKIs which make use of URIs.

medium : CVE--2024--45336

Affected range>=1.23.0-0
<1.23.5
Fixed version1.23.5
Description

The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to a.com/ containing an Authorization header which is redirected to b.com/ will not send that header to b.com.

In the event that the client received a subsequent same-domain redirect, however, the sensitive headers would be restored. For example, a chain of redirects from a.com/, to b.com/1, and finally to b.com/2 would incorrectly send the Authorization header to b.com/2.

medium : CVE--2024--34155

Affected range>=1.23.0-0
<1.23.1
Fixed version1.23.1
Description

Calling any of the Parse functions on Go source code which contains deeply nested literals can cause a panic due to stack exhaustion.

medium : CVE--2025--22866

Affected range>=1.23.0-0
<1.23.6
Fixed version1.23.6
Description

Due to the usage of a variable time instruction in the assembly implementation of an internal function, a small number of 8000 bits of secret scalars are leaked on the ppc64le architecture. Due to the way this function is used, we do not believe this leakage is enough to allow recovery of the private key when P-256 is used in any well known protocols.

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

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

critical : CVE--2024--41110

Affected range>=26.1.0
<26.1.15
Fixed version26.1.15
Description

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

critical: 0 high: 1 medium: 0 low: 0 golang.org/x/oauth2 0.22.0 (golang)

pkg:golang/golang.org/x/oauth2@0.22.0

high : CVE--2025--22868

Affected range<0.27.0
Fixed version0.27.0
Description

An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.

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

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

Copy link

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

@github-actions github-actions bot merged commit 5a380d7 into main May 21, 2025
11 checks passed
@github-actions github-actions bot deleted the renovate/pulumi-pulumi-3.x branch May 21, 2025 16:47
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
0