Compare commits

..

2 commits

2 changed files with 2 additions and 2 deletions

View file

@ -69,5 +69,5 @@ func (a *AuthenticationAnalyzer) calculateIPRevScore(results *api.Authentication
}
}
return 0
return 100
}

View file

@ -61,5 +61,5 @@ func (a *AuthenticationAnalyzer) calculateXAlignedFromScore(results *api.Authent
}
}
return 0
return 100
}