Skip to content

Commit 93e1072

Browse files
Bump the nuget group with 1 update (#286)
Updated [Magick.NET-Q8-AnyCPU](https://github.com/dlemstra/Magick.NET) from 14.10.3 to 14.10.4. <details> <summary>Release notes</summary> _Sourced from [Magick.NET-Q8-AnyCPU's releases](https://github.com/dlemstra/Magick.NET/releases)._ ## 14.10.4 ### Related changes in ImageMagick since the last release of Magick.NET: - Corrected DCX conversion (#​1965) - Heap use-after-free in the MSL encoder (GHSA-xxw5-m53x-j38c) - Heap Use-After-Free in ImageMagick MSL decoder (GHSA-fpvf-frm6-625q) - Write heap-buffer-overflow in PCL encoder via undersized output buffer (GHSA-467j-76j7-5885) - Path Policy TOCTOU symlink race bypass (GHSA-493f-jh8w-qhx3) - Stack write buffer overflow in MNG encoder (GHSA-7h7q-j33q-hvpf) - Uninitialized pointer dereference in JBIG decoder (GHSA-wj8w-pjxf-9g4f) - Heap buffer over-read via 32-bit integer overflow in MAT decoder (GHSA-mrmj-x24c-wwcv) - Integer overflow in DIB coder can result in out of bounds read or write (GHSA-hffp-q43q-qq76) - Heap buffer overflow in XWD encoder due to CARD32 arithmetic overflow (GHSA-qpg4-j99f-8xcg) - Integer Overflow lead to out of bounds write in SIXEL decoder (GHSA-r39q-jr8h-gcq2) - Stack corruption through long morphology kernel names or arrays (GHSA-932h-jw47-73jm) - Heap Buffer Overflow in WaveletDenoiseImage (GHSA-5ggv-92r5-cp4p) - Heap Buffer Over-Read in BilateralBlurImage (GHSA-cqw9-w2m7-r2m2) - Stack buffer overflow in MagnifyImage (GHSA-rqq8-jh93-f4vg) - Heap buffer over-write on 32-bit systems in SFW decoder (GHSA-56jp-jfqg-f8f4) - Heap-based buffer overflow in UHDR encoder (GHSA-h95r-c8c7-mrwx) - Heap buffer over-write when writing extremely large image profile in the PNG encoder (GHSA-qmw5-2p58-xvrc) - Possible stack buffer overflow in sixel encoder (GHSA-49hx-7656-jpg3) ### Library updates: - ImageMagick 7.1.2-16 (2026-03-08) - openexr 3.4.5 (2026-02-21) **Full Changelog**: dlemstra/Magick.NET@14.10.3...14.10.4 Commits viewable in [compare view](dlemstra/Magick.NET@14.10.3...14.10.4). </details> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/mlapaglia/OpenAlprWebhookProcessor/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 441fbab commit 93e1072

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

OpenAlprWebhookProcessor.Server/OpenAlprWebhookProcessor.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<PackageReference Include="Flurl.Http" Version="4.0.2" />
4040
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="12.1.1" />
4141
<PackageReference Include="Lib.AspNetCore.WebPush" Version="2.2.2" />
42-
<PackageReference Include="Magick.NET-Q8-AnyCPU" Version="14.10.3" />
42+
<PackageReference Include="Magick.NET-Q8-AnyCPU" Version="14.10.4" />
4343
<PackageReference Include="Mediator.Abstractions" Version="3.0.*-*" />
4444
<PackageReference Include="Mediator.SourceGenerator" Version="3.0.*-*">
4545
<PrivateAssets>all</PrivateAssets>

Tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
</PackageReference>
23-
<PackageReference Include="Magick.NET-Q8-AnyCPU" Version="14.10.3" />
23+
<PackageReference Include="Magick.NET-Q8-AnyCPU" Version="14.10.4" />
2424
<PackageReference Include="Mediator.Abstractions" Version="3.0.*-*" />
2525
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.3" />
2626
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="10.0.3" />

0 commit comments

Comments
 (0)