mirror of
https://github.com/Radarr/Radarr
synced 2026-05-08 19:20:44 +02:00
Suppress S5145 log injection false positive in editorconfig
This commit is contained in:
parent
c674213d5f
commit
809dfdafab
1 changed files with 4 additions and 0 deletions
|
|
@ -271,6 +271,10 @@ dotnet_diagnostic.CA5397.severity = suggestion
|
||||||
|
|
||||||
dotnet_diagnostic.SYSLIB0006.severity = none
|
dotnet_diagnostic.SYSLIB0006.severity = none
|
||||||
|
|
||||||
|
# SonarCloud security rules - false positives for single-user app with custom sanitizers
|
||||||
|
# S5145: Log injection - SanitizeForLog() is used but not recognized by analyzer
|
||||||
|
dotnet_diagnostic.S5145.severity = none
|
||||||
|
|
||||||
[*.{js,html,hbs,less,css,ts,tsx}]
|
[*.{js,html,hbs,less,css,ts,tsx}]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue