JasperFx / marten

.NET Transactional Document DB and Event Store on PostgreSQL
https://martendb.io
MIT License
2.87k stars 457 forks source link

Package 'System.Text.Json' 8.0.4 has a known high severity vulnerability - Microsoft Security Advisory CVE-2024-43485 #3566

Open ccasanova opened 14 hours ago

ccasanova commented 14 hours ago

When I build the project I get the following warning: warning NU1903: Package 'System.Text.Json' 8.0.4 has a known high severity vulnerability, https://github.com/advisories/GHSA-8g4q-xg66-9fp4

It's related to a Security vulnerability in System.Text.Json.

My current project setup is a console app created with dotnet 9 and Marten 7.33.0 package.