You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I loaded the NetCash solution, Visual Studio informed me that the current dependency on Npgsql version 7.0.4 has a known vulnerability: GHSA-x9vc-6hfv-hg8c
Given that the use of Npgsql is in unit tests only, the use of the vulnerable library doesn't seem very critical. I just wanted to let you know.
At the moment the latest stable version of Npgsql is 8.0.5. I believe this is the list of breaking changes in 8.0. (Unfortunately I don't have a local Postgres installation to test the update with or I would try to just do it myself.)
The text was updated successfully, but these errors were encountered:
When I loaded the NetCash solution, Visual Studio informed me that the current dependency on Npgsql version 7.0.4 has a known vulnerability: GHSA-x9vc-6hfv-hg8c
Given that the use of Npgsql is in unit tests only, the use of the vulnerable library doesn't seem very critical. I just wanted to let you know.
At the moment the latest stable version of Npgsql is 8.0.5. I believe this is the list of breaking changes in 8.0. (Unfortunately I don't have a local Postgres installation to test the update with or I would try to just do it myself.)
The text was updated successfully, but these errors were encountered: