Giorgi / EntityFramework.Exceptions

Strongly typed exceptions for Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql.
https://giorgi.dev/entity-framework/introducing-entityframework-exceptions/
Other
1.44k stars 68 forks source link

Upgrade SqlClient to 5.1.1 #62

Closed bgaprogrammer closed 1 year ago

bgaprogrammer commented 1 year ago

According to CheckMarx the SqlClient 4.1.0 contains code vulnerabilities in one of his dependant packages, this change uses the current latest SqlClient version removing this possible vulnerabilities.

bgaprogrammer commented 1 year ago

@Giorgi Looks like something related to the login credentials for the Sonnar Scanner are failing in your AppVeyor pipeline config.

bgaprogrammer commented 1 year ago

@Giorgi Normally how long it takes to get a new version of the nuget package available?

Giorgi commented 1 year ago

I'll upload it later today.

Giorgi commented 1 year ago

@bgaprogrammer Uploaded