natemcmaster / LettuceEncrypt

Free, automatic HTTPS certificate generation for ASP.NET Core web apps
https://nuget.org/packages/LettuceEncrypt
Apache License 2.0
1.55k stars 153 forks source link

Fix infinite loop during domain validation #204

Closed natemcmaster closed 2 years ago

natemcmaster commented 2 years ago

Fixes #203

Fix regression introduced in #198 which causes an infinite loop

codecov[bot] commented 2 years ago

Codecov Report

Merging #204 (e5f5089) into main (70bce52) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #204   +/-   ##
=======================================
  Coverage   45.70%   45.70%           
=======================================
  Files          44       44           
  Lines        1107     1107           
=======================================
  Hits          506      506           
  Misses        601      601           
Impacted Files Coverage Δ
...ettuceEncrypt/Internal/DomainOwnershipValidator.cs 0.00% <ø> (ø)
...c/LettuceEncrypt/Internal/Http01DomainValidator.cs 0.00% <0.00%> (ø)
...ettuceEncrypt/Internal/TlsAlpn01DomainValidator.cs 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 70bce52...e5f5089. Read the comment docs.