statiqdev / Statiq.Web

Statiq Web is a flexible static site generator written in .NET.

Home Page:https://statiq.dev/web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

girlpunk opened this issue · comments

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.