René Spišák

Results 8 comments of René Spišák

ok and any way to keep svg and prevent xss?

Well, this is not exactly about SVG itself. I need to sanitize html parts in CMS that can contain SVG sprites. And also I need sanitize inputs to prevent user...

User can enter any text to form inputs, but some are rendered back as html. So I need to strip XSS attempts. Pentesters are using OWASP samples and

I had no idea how to do it so I made this "workaround". I have controller with action: ```c# public async Task GetAllByRegistrationPlate([FromBody] SearchByRegistrationPlateModel model) { } ``` There is...

Any progress? Missing IDE0003 allows junior devs to spam this everywhere and there is no automatic way to stop them. Build must fail.

> I will add a `Source language` option, and the `Main language` option still needs to be retained because the `Source language` option and the `Target language` option need to...

I see, so the main functionality of this plugin is not to localize application to multiple other languages. It is more "translate anything to my language". So it should cover...

> Also see the comment at the top of the [README](https://github.com/microsoft/MSBuildSdks/blob/main/src/CopyOnWrite/README.md) that this package is becoming redundant with the 24H2 Windows 11 release, as well as Server 2025. hmm, thnx....