From bda00905012590306e0f9799a58e4b6040c902f3 Mon Sep 17 00:00:00 2001 From: misterpantz Date: Fri, 8 Mar 2024 15:25:06 -0800 Subject: [PATCH] added note about new, experimental scoring systems --- .../cnspec-policies/write/policy-scoring.mdx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/cnspec/cnspec-policies/write/policy-scoring.mdx b/docs/cnspec/cnspec-policies/write/policy-scoring.mdx index c5b4fe7f..b45a0f26 100644 --- a/docs/cnspec/cnspec-policies/write/policy-scoring.mdx +++ b/docs/cnspec/cnspec-policies/write/policy-scoring.mdx @@ -54,7 +54,19 @@ policies: mql: sshd.config.params ``` -How Mondoo uses these values to calculate an asset's score depends on the `scoring_system` setting (line 5). You can choose the `average` scoring system or the `highest impact` scoring system: +How Mondoo uses these values to calculate an asset's score depends on the `scoring_system` setting (line 5). You can choose the `average` scoring system or the `highest impact` scoring system. + +:::note Experimental scoring systems + +We created two new scoring systems to better reflect an asset's security evaluation. They're currently in the experimental phase: + +- Specify `banded` to test our banded scoring system. + +- Specify `decayed` to test our decayed scoring system. + +We're grateful for feedback while we refine these systems. To learn more or tell us what you think, join our community discussion on GitHub. + +::: #### Average scoring system