1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2024-12-21 23:44:30 +00:00
mobilizon/.sobelow-conf

13 lines
206 B
Text
Raw Normal View History

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