uhaciogullari / SimpleMvcSitemap

A minimalist library for creating sitemap files inside ASP.NET MVC and ASP.NET Core MVC applications
MIT License
127 stars 38 forks source link

Vulnerability detected #50

Open tinohager opened 6 months ago

tinohager commented 6 months ago

The dependency package Microsoft.AspNetCore.Mvc should be updated image

ASP.NET Core fails to properly validate web requests

mokeev1995 commented 5 months ago

@tinohager just use SimpleMvcSitemap.Core. It's a fork of this repo (basic work started here: #44, source code is here), with a few PRs included (e.g. #49).

xantari commented 4 months ago

@mokeev1995 Thanks for making a branch and removing all the unnecessary dependencies!

tinohager commented 4 months ago

I have switch to this project https://github.com/marthijn/Sidio.Sitemap.AspNetCore

A short guide for the migration can be found here Migrating from SimpleMvcSitemap to Sidio.Sitemap.AspNetCore