Compare commits

..

2 commits

Author SHA1 Message Date
d592c71cb2 chore(deps): update module github.com/oapi-codegen/runtime to v1.3.1 2026-03-27 11:07:26 +00:00
e540377bd9 Don't penalize non iprev result nor aligned-from if non-existant
All checks were successful
continuous-integration/drone/push Build is passing
Bug: https://github.com/happyDomain/happydeliver/issues/11
2026-03-27 17:57:48 +07:00
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
}