Add sobelow

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-01-22 17:06:00 +01:00
parent f886225155
commit a6c2fb97a7
3 changed files with 15 additions and 1 deletions

12
.sobelow-conf Normal file
View File

@@ -0,0 +1,12 @@
[
verbose: true,
private: false,
skip: true,
router: "",
exit: "false",
format: "txt",
out: "",
threshold: "low",
ignore: ["Config.Secrets", "XSS", "Config.HTTPS"],
ignore_files: [""]
]