ststeiger / PdfSharpCore

Port of the PdfSharp library to .NET Core - largely removed GDI+ (only missing GetFontData - which can be replaced with freetype2)
Other
1.06k stars 239 forks source link

Update SixLabour packages to latest stable versions #437

Closed subahan-kothawal closed 4 months ago

subahan-kothawal commented 5 months ago

there were vulnarabilities in existing version of ImageSharp so updated to latest stable version. Similarly Fonts were used beta version and updated to latest stable version

Rahul-Vaity commented 5 months ago

I think version 2.1.8 should be used instead of 3.1.4 because of method not found issue for XImage.FromStream

subahan-kothawal commented 5 months ago

I think version 2.1.8 should be used instead of 3.1.4 because of method not found issue for XImage.FromStream

But all other older versions have vulnarabilities.- may be we can fix this issue in that package first

TonyValenti commented 5 months ago

Can you please close this PR as it is contained in this existing PR: https://github.com/ststeiger/PdfSharpCore/pull/427

subahan-kothawal commented 5 months ago

Can you please close this PR as it is contained in this existing PR: #427

Hi Sure, i can do that.. do you any update when can your changes will get merged..