From 532ab384562dfe8b301a73fd510a24009a8b3937 Mon Sep 17 00:00:00 2001 From: Blaize Kaye Date: Fri, 7 Aug 2020 08:04:00 +1200 Subject: [PATCH] Changes severity rating The listed severity integer doesn't exist in https://github.com/drutiny/drutiny/blob/ea0c7812f0f79f1abe8179981caf132ba95bd033/src/Policy/PolicyBase.php --- Profiles/algm_basic_audit.profile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Profiles/algm_basic_audit.profile.yml b/Profiles/algm_basic_audit.profile.yml index 9927814..03722f4 100644 --- a/Profiles/algm_basic_audit.profile.yml +++ b/Profiles/algm_basic_audit.profile.yml @@ -3,7 +3,7 @@ description: 'A basic audit for ALGM' policies: 'Drupal-8:CssAggregation': { severity: 2 } 'Drupal:moduleUpdates': { severity: 2 } - 'algm:FileSystemAnalysis': { severity: 3 } + 'algm:FileSystemAnalysis': { severity: 4 } content: - { heading: Purpose, body: "This report is designed to provide some feedback on the overall health of\nthe web application by performing some deep dive analysis. The items\nsurfaced in the report can help improve performance and stability.\n" } - { heading: 'Reporting period', body: "Period | Date time\n------ | ---------\nStart | {{reporting_period_start}}\nEnd | {{reporting_period_end}}\n" }