mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 06:09:55 +02:00
fix(E( 00.00 )):
This commit is contained in:
@@ -241,5 +241,6 @@ function _getFailureRateScore(failureRate) {
|
||||
else if (strengthRate >= 80) return 'B';
|
||||
else if (strengthRate >= 70) return 'C';
|
||||
else if (strengthRate >= 60) return 'D';
|
||||
else if (strengthRate >= 1) return '?';
|
||||
else return 'E'; // For strengthRate less than 60
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user