mirror of
https://github.com/Radarr/Radarr
synced 2026-01-23 07:54:53 +01: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
|
||||
|
||||
# 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}]
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue