Sourced from Sixlabors.ImageSharp's releases.
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#2126Full Changelog: https://github.com/SixLabors/ImageSharp/compare/v2.1.1...v2.1.2
fa7d712
Merge pull request #2688
from SixLabors/js/backport-268136b3533
Use correct property to disable upstream warnings.94bb761
Update ImageSharp.csproj3ea2574
Update PngDecoderCore.cse74a55f
[release/2.1] PBM decoder robustness improvements and BufferedReadStream
obse...749b1c0
[release/2.1] Tiff decoding robustness improvements (#2550)
(#2554)3064b78
Merge pull request #2553
from SixLabors/backport/2.1.x/2545f36ec12
Disallow allocation attempts of unrepresentable sizes 688e242
Merge pull request #2524
from SixLabors/js/backport-fix-jpeg-dos0f17a8b
Handle EOF in Jpeg bit reader when data is bad to prevent DOS
attack.