Muhammed Ali ÖZKAYA

Results 7 issues of Muhammed Ali ÖZKAYA

An open source project 10.5K star https://github.com/aspnetboilerplate/aspnetboilerplate ### Website https://aspnetboilerplate.com/ ### Examples https://app.workiom.com/ https://aspnetzero.com/ https://aspnetboilerplate.com/

https://www.wappalyzer.com/ https://github.com/wappalyzer/wappalyzer/blob/a1e310c2daa5ec7425febf13c69afb4706f4e55c/CONTRIBUTING.md Wappalyzer helps us to detect which technologies a website was built using. If you add following script to your abp.js file, Wappalyzer can detect ASP.NET Boilerplate version of...

enhancement

https://www.wappalyzer.com/ https://github.com/wappalyzer/wappalyzer/blob/a1e310c2daa5ec7425febf13c69afb4706f4e55c/CONTRIBUTING.md **Wappalyzer** helps us to detect which technologies a website was built using. I want to add ABP Framework detection to Wapplyzer. If you add following script to your...

ABP framework is the successor of the open source [ASP.NET Boilerplate](https://aspnetboilerplate.com/) framework. ABP framework is also open source and free. See https://github.com/abpframework/abp ### Website https://abp.io/ ### Examples https://abp.io/ https://www.eshoponabp.com/ https://www.openeventhub.com/

In order to make the review process faster, please take a few minutes to go through this checklist: ## Acceptance Criteria - All of the following criteria must be met:...

Update Nuget packages > Check System.Text.RegularExpressions 4.3.0 High https://github.com/advisories/GHSA-cmhx-cq75-c4mj

Closes #6750 `AbpHtmlSanitizerMiddleware` must be placed after Routing middleware, so we should provide this info in the documentation; ```csharp app.UseRouting(); app.UseAbpHtmlSanitizer(); //Sanitize HTML inputs ```