Skip to content

Commit 6110c51

Browse files
authored
Add explanation for auth_strength calculation
Clarify the calculation of auth_strength in the specification.
1 parent acf230f commit 6110c51

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/specification/spec.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,7 @@ It evaluates the average strength of all security schemes using normative scores
731731
```text
732732
auth_strength = sum(strength_scores) / schemes_count
733733
```
734+
734735
Where
735736
- `strength_scores` is the list of calculated scheme strengths
736737
- `schemes_count` is the number of defined schemes

0 commit comments

Comments
 (0)