Skip to content

Tags: mshakurov/ImageSharp

Tags

v3.0.2

Toggle v3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handle EOF in Jpeg bit reader when data is bad to prevent DOS attack. (

…SixLabors#2516)

* Handle EOF in bit reader when data is bad.

* Allow parallel processing of multi-megapixel image

* Stream seek can exceed the length of a stream

* Try triggering on release branches

* Update JpegBitReader.cs

* Skin on Win .NET 6

* All Win OS is an issue

* Address feedback

* add validation to CanIterateWithoutIntOverflow

---------

Co-authored-by: antonfirsov <antonfir@gmail.com>

v2.1.6

Toggle v2.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request SixLabors#2524 from SixLabors/js/backport-fix-jpeg…

…-dos

Backport - Handle EOF in Jpeg bit reader when data is bad to prevent DOS attack.

v2.1.5

Toggle v2.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request SixLabors#2509 from SixLabors/backport/2501

Backport SixLabors#2501

v2.1.4

Toggle v2.1.4's commit message
Replace MyGet

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request SixLabors#2416 from stefannikolei/stefannikolei/fi…

…x/scalar

Fix RgbScalar

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request SixLabors#2363 from IldarKhayrutdinov/tiff-frames-…

…meta

Support frames metadata for Identify

v2.1.3

Toggle v2.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request SixLabors#2157 from SixLabors/backport/2135-2154

V2 Backport: SixLabors#2133, SixLabors#2154

v2.1.2

Toggle v2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request SixLabors#2126 from SixLabors/backport/issue-2123

Backport - Issue 2123

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request SixLabors#2077 from SixLabors/js/decode-sanitation

Add missing decoder sanitation checks

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request SixLabors#2066 from SixLabors/js/exif-thumbnail

Add non-generic overload for ExifProfile.CreateThumbnail<TPixel>().