Skip to content

Commit

Permalink
added note about new, experimental scoring systems
Browse files Browse the repository at this point in the history
  • Loading branch information
misterpantz committed Mar 8, 2024
1 parent 27fb028 commit bda0090
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/cnspec/cnspec-policies/write/policy-scoring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://github.com/orgs/mondoohq/discussions">GitHub</a>.

:::

#### Average scoring system

Expand Down

0 comments on commit bda0090

Please sign in to comment.