From efb64e0228c19ef7936446d3ca14a7d7a6e2540b Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 28 Nov 2021 22:24:30 +0100 Subject: various fixes to bugs Among them - always set correct exit codes - refuse to write out files if the out path already exists - calculate the overall severity correctly - slightly changed the json output schema - also output the text output format in json - make the default config.json suitable for a production environment --- config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.json') diff --git a/config.json b/config.json index b955e01..e81bf03 100644 --- a/config.json +++ b/config.json @@ -1,9 +1,9 @@ { "AssemblyTag":"assemblyname", "ScriptInject":null, - "AllowScripts":true, - "MaxLintLevel":"Fatal", - "DontCopyAssets":true, + "AllowScripts":false, + "MaxLintLevel":"Warning", + "DontCopyAssets":false, "UriSchemas": { "https" : { "scope" : ["website"], -- cgit v1.2.3