=== deprecates: S4564 === on 15 Jan 2021, 15:39:16 Andrei Epure wrote: \[~alexandre.gigleux] what about Web.Release.config transformations? See \https://github.com/SonarSource/sonar-dotnet/issues/3948 === on 15 Jan 2021, 18:30:25 Andrei Epure wrote: Removed the ``++web.config++`` part as we are having some technical difficulties in the integration with the scanner. To respect the timebox, we're going to deliver the Controller part first. Putting it here. == Sensitive Code Example At application level, configured in the Web.config file: ---- ... ---- == Compliant Solution At application level, configured in the Web.config file: [source,text] ---- ... ---- And the link to * https://docs.microsoft.com/en-us/dotnet/api/system.web.configuration.httpruntimesection.requestvalidationmode?view=netframework-4.8[HttpRuntimeSection.RequestValidationMode Property]