Skip to content

Commit 6e8044c

Browse files
authored
Update 'auth_strength' definition in spec.md
Clarified the definition of 'auth_strength' and its components.
1 parent 6110c51 commit 6e8044c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/specification/spec.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,10 +732,13 @@ It evaluates the average strength of all security schemes using normative scores
732732
auth_strength = sum(strength_scores) / schemes_count
733733
```
734734

735-
Where
735+
736+
Where:
736737
- `strength_scores` is the list of calculated scheme strengths
737738
- `schemes_count` is the number of defined schemes
738739

740+
741+
739742
The following table outlines the `auth_strength` scoring weights:
740743

741744
| Scheme Type | Description | Example | Strength | Rationale |

0 commit comments

Comments
 (0)