UnityAssetReplacer
UnityAssetReplacer copied to clipboard
Bump SixLabors.ImageSharp from 1.0.4 to 2.1.8 in /TexturePlugin
Bumps SixLabors.ImageSharp from 1.0.4 to 2.1.8.
Release notes
Sourced from SixLabors.ImageSharp's releases.
v2.1.8
What's Changed
- V2 - Limit Read Palette Indices by
@JimBobSquarePants
in SixLabors/ImageSharp#2719- V2 - Clear Pixel Buffers on Decode. by
@JimBobSquarePants
in SixLabors/ImageSharp#2717- V2 - Limit all memory allocations in the MemoryAllocator layer by
@JimBobSquarePants
in SixLabors/ImageSharp#2715Full Changelog: https://github.com/SixLabors/ImageSharp/compare/v2.1.7...v2.1.8
v2.1.7
What's Changed
- [release/2.1] Disallow allocation attempts of unrepresentable sizes by
@antonfirsov
in SixLabors/ImageSharp#2553- [release/2.1] Tiff decoding robustness improvements (#2550) by
@antonfirsov
in SixLabors/ImageSharp#2554- [release/2.1] PBM decoder robustness improvements and BufferedReadStream observability by
@antonfirsov
in SixLabors/ImageSharp#2555- Backport 2681 by
@JimBobSquarePants
in SixLabors/ImageSharp#2688Full Changelog: https://github.com/SixLabors/ImageSharp/compare/v2.1.6...v2.1.7
v2.1.6
What's Changed
- Backport - Handle EOF in Jpeg bit reader when data is bad to prevent DOS attack. by
@JimBobSquarePants
in SixLabors/ImageSharp#2524Full Changelog: https://github.com/SixLabors/ImageSharp/compare/v2.1.5...v2.1.6
v2.1.5
What's Changed
- Backport #2501 by
@JimBobSquarePants
in SixLabors/ImageSharp#2509Full Changelog: https://github.com/SixLabors/ImageSharp/compare/v2.1.4...v2.1.5
v2.1.4
What's Changed
- Backport WebP fix to 2.1 by
@antonfirsov
in SixLabors/ImageSharp#2420Full Changelog: https://github.com/SixLabors/ImageSharp/compare/v2.1.3...v2.1.4
v2.1.3
What's Changed
- V2 Backport: 2133, 2154 by
@JimBobSquarePants
in SixLabors/ImageSharp#2157Full Changelog: https://github.com/SixLabors/ImageSharp/compare/v2.1.2...v2.1.3
v2.1.2
What's Changed
- Backport - Issue 2123 by
@JimBobSquarePants
in SixLabors/ImageSharp#2126
... (truncated)
Commits
f21d641
Merge pull request #2715 from SixLabors/backport/v2-memlimit8f0b4d3
Merge pull request #2717 from SixLabors/backport/v2-clear-bufferscf9496d
test allocation limits3d298db
Adapt BmpDecoder_ThrowsException_Issue2696 for V2a78ce27
Merge pull request #2719 from SixLabors/backport/v2-check-palette-indicese620914
Clamp read palette indices.c122185
Clear pixel buffers on decode.5c6ec5d
Limit all allocationsfa7d712
Merge pull request #2688 from SixLabors/js/backport-268136b3533
Use correct property to disable upstream warnings.- Additional commits viewable in compare view
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 <dependency name> 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) You can disable automated security fix PRs for this repo from the Security Alerts page.