Disabled false-positive static analysis

This commit is contained in:
Kieran Eglin 2024-05-15 12:16:18 -07:00
parent 349c87c5f1
commit df1001757e
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -16,7 +16,8 @@
"Config.HTTPS", "Config.HTTPS",
"Config.CSP", "Config.CSP",
"XSS.ContentType", "XSS.ContentType",
"Traversal.SendFile" "Traversal.SendFile",
"Traversal.SendDownload"
], ],
ignore_files: [], ignore_files: [],
version: false version: false