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

deps(c#): Update dependency SixLabors.ImageSharp to 3.1.7 [SECURITY] #86

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
SixLabors.ImageSharp 3.1.6 -> 3.1.7 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2025-27598

Impact

An Out-of-bounds Write vulnerability has been found in the ImageSharp gif decoder, allowing attackers to cause a crash using a specially crafted gif. This can potentially lead to denial of service.

Patches

The problem has been patched. All users are advised to upgrade to v3.1.7 or v2.1.10.

Workarounds

None.

References

https://github.com/SixLabors/ImageSharp/issues/2859
https://github.com/SixLabors/ImageSharp/issues/2890


Release Notes

SixLabors/ImageSharp (SixLabors.ImageSharp)

v3.1.7

What's Changed

Full Changelog: SixLabors/ImageSharp@v3.1.6...v3.1.7


Configuration

📅 Schedule: Branch creation - "" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file nuget labels Mar 6, 2025
Copy link
Contributor Author

renovate bot commented Mar 6, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: c#/imagePipeline/packages.lock.json
[22:51:52.808] INFO (910): Installing tool [email protected]...
[22:51:53.976] ERROR (910): download failed
    run: 3
    err: {
      "type": "HTTPError",
      "message": "Response code 404 (The specified blob does not exist.)",
      "stack":
          HTTPError: Response code 404 (The specified blob does not exist.)
              at _Request._onResponseBase (/snapshot/dist/containerbase-cli.js:30218:25)
              at _Request._onResponse (/snapshot/dist/containerbase-cli.js:30274:18)
              at ClientRequest.<anonymous> (/snapshot/dist/containerbase-cli.js:30289:17)
              at Object.onceWrapper (node:events:639:26)
              at ClientRequest.emit (node:events:536:35)
              at ClientRequest.emit (node:domain:489:12)
              at HTTPParser.parserOnIncomingClient (node:_http_client:716:27)
              at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
              at TLSSocket.socketOnData (node:_http_client:558:22)
              at TLSSocket.emit (node:events:524:28)
      "code": "ERR_NON_2XX_3XX_RESPONSE",
      "timings": {
        "start": 1741301513608,
        "socket": 1741301513608,
        "lookup": 1741301513608,
        "connect": 1741301513608,
        "secureConnect": 1741301513608,
        "upload": 1741301513611,
        "response": 1741301513974,
        "end": 1741301513975,
        "phases": {
          "wait": 0,
          "dns": 0,
          "tcp": 0,
          "tls": 0,
          "request": 3,
          "firstByte": 363,
          "download": 1,
          "total": 367
        }
      },
      "name": "HTTPError",
      "options": {
        "agent": {},
        "decompress": true,
        "timeout": {},
        "prefixUrl": "",
        "ignoreInvalidCookies": false,
        "context": {},
        "hooks": {
          "init": [],
          "beforeRequest": [],
          "beforeError": [],
          "beforeRedirect": [],
          "beforeRetry": [],
          "afterResponse": []
        },
        "followRedirect": true,
        "maxRedirects": 10,
        "throwHttpErrors": true,
        "username": "",
        "password": "",
        "http2": false,
        "allowGetBody": false,
        "headers": {
          "user-agent": "containerbase/13.8.3 node/22.13.1 (https://github.com/containerbase)",
          "accept-encoding": "gzip, deflate, br"
        },
        "methodRewriting": false,
        "retry": {
          "limit": 2,
          "methods": [
            "GET",
            "PUT",
            "HEAD",
            "DELETE",
            "OPTIONS",
            "TRACE"
          ],
          "statusCodes": [
            408,
            413,
            429,
            500,
            502,
            503,
            504,
            521,
            522,
            524
          ],
          "errorCodes": [
            "ETIMEDOUT",
            "ECONNRESET",
            "EADDRINUSE",
            "ECONNREFUSED",
            "EPIPE",
            "ENOTFOUND",
            "ENETUNREACH",
            "EAI_AGAIN"
          ],
          "backoffLimit": null,
          "noise": 100
        },
        "method": "GET",
        "cacheOptions": {},
        "https": {},
        "resolveBodyOnly": false,
        "isStream": true,
        "responseType": "text",
        "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.0/dotnet-sdk-9.0.0-linux-x64.tar.gz",
        "pagination": {
          "countLimit": null,
          "backoff": 0,
          "requestLimit": 10000,
          "stackAllItems": false
        },
        "setHost": true,
        "enableUnixSockets": false
      }
    }
[22:51:53.986] ERROR (910): download failed
[22:51:53.987] FATAL (910): Install tool dotnet failed in 1.2s.

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 nuget
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants