Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix suppressed BouncyCastle known moderate severity vulnerability warning in TlsVariationsExample #893

Open
mtmk opened this issue May 17, 2024 · 0 comments
Labels
defect Suspected defect such as a bug or regression

Comments

@mtmk
Copy link
Contributor

mtmk commented May 17, 2024

Below is currently suppressed NU1902 https://learn.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu1901-nu1904 because it's an example. We should upgrade the package at some point to avoid any security vulnerability warning for the repo.

src\Samples\TlsVariationsExample\TlsVariationsExample.csproj(0,0): Error NU1902: Warning As Error: Package 'BouncyCastle' 1.8.9 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-8xfc-gm6g-vgpv
src\Samples\TlsVariationsExample\TlsVariationsExample.csproj(0,0): Error NU1902: Warning As Error: Package 'BouncyCastle' 1.8.9 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-m44j-cfrm-g8qc
src\Samples\TlsVariationsExample\TlsVariationsExample.csproj(0,0): Error NU1902: Warning As Error: Package 'BouncyCastle' 1.8.9 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-v435-xc8x-wvr9
@mtmk mtmk added the defect Suspected defect such as a bug or regression label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect Suspected defect such as a bug or regression
Projects
None yet
Development

No branches or pull requests

1 participant