statiqdev / Statiq.Web

Statiq Web is a flexible static site generator written in .NET.
https://statiq.dev/web
Other
1.64k stars 234 forks source link

Microsoft.Azure.Search is Deprecated, and has known vulnerabilities #1014

Open girlpunk opened 10 months ago

girlpunk commented 10 months ago

Statiq.Web.Azure depends on Microsoft.Azure.Search, which is deprecated and should no longer be used.

Additionally, Microsoft.Azure.Search has a dependency on Microsoft.Rest.ClientRuntime, which has known vulnerabilities.

Microsoft's official recommendation is to use Azure.Search.Documents instead of Microsoft.Azure.Search.