abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.98k stars 3.45k forks source link

Upgrade Vulnerable BouncyCastle and ImageSharp libraries #21041

Closed MichelZ closed 1 month ago

MichelZ commented 1 month ago

Is there an existing issue for this?

Description

We get vulnerability warnings in a scan of the built containers about packages with vulnerabilities being used:

BouncyCasle.Cryptography library version 2.2.1 Please find vulnerability information here: https://github.com/advisories/GHSA-m44j-cfrm-g8qc Please update this library to at least Version 2.3.1, It seems to be referenced in Volo.Abp.Commercial.Core

SixLabors.ImageSharp library version 3.1.4 Please find vulnerability information here: https://github.com/advisories/GHSA-63p8-c4ww-9cg7 https://github.com/advisories/GHSA-qxrv-gp6x-rc23

Please update this library to as least Version 3.1.5, it seems to be referenced in Volo.Abp.Imaging.ImageSharp

Thanks!

Reproduction Steps

No response

Expected behavior

No response

Actual behavior

No response

Regression?

No response

Known Workarounds

No response

Version

8.3.1

User Interface

Angular

Database Provider

EF Core (Default)

Tiered or separate authentication server

Separate Auth Server

Operation System

Linux

Other information

No response

maliming commented 1 month ago

Already fixed by https://github.com/abpframework/abp/pull/20960

MichelZ commented 1 month ago

@maliming While I can see Imagesharp, I would like to make sure that BouncyCastle was not missed in the Volo.Abp.Commercial.Core package, as it's not in that PR. Thanks

maliming commented 1 month ago

hi

We also update the Volo.Abp.Commercial.Core in private repos.

Thanks