Open Closed

Version upgrade for SixLabors.ImageSharp #7334


User avatar
0
Priyanka created

Hi, in my application I'm using package Volo.Abp.Account.Pro.Public.Application/8.1.3 and this package have dependency "Volo.Abp.Imaging.ImageSharp": "8.1.3", and if I check the dependency of Volo.Abp.Imaging.ImageSharp": "8.1.3, it consist "SixLabors.ImageSharp": "3.0.2", (sharing screenshot for reference). SixLabors.ImageSharp's 3.0.2 version is vulnerable which is why it is not allowed to deploy in my organization. Could you please upgrade this with latest stable version. ABP Framework version: v8.1.1

UI Type:React

Database System: EF Core (SQL Server)

Tiered (for MVC) or Auth Server Separated (for Angular): yes

Exception message and full stack trace:NA

Steps to reproduce the issue: NA


4 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    . Could you please upgrade this with latest stable version.

    No problem. Thanks for your feedback

    We have upgraded this package in 8.3

  • User Avatar
    0
    Priyanka created

    hi

    . Could you please upgrade this with latest stable version.

    No problem. Thanks for your feedback

    We have upgraded this package in 8.3

    Hi, thank you for your quick response, how soon it will be updated? I'm not able to deploy my application due to this.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can add SixLabors packages to your projects that use Volo.Abp.Account.Pro.Public.Application/8.1.3

    <PackageVersion Include="SixLabors.ImageSharp" Version="3.1.4" />
    <PackageVersion Include="SixLabors.ImageSharp.Drawing" Version="2.0.1" />
    
  • User Avatar
    0
    Priyanka created

    SixLabors.ImageSharp.Drawing

    sure, thank you.

Made with ❤️ on ABP v8.2.0-preview Updated on března 25, 2024, 15:11