cloudflare / cfrpki

Cloudflare's RPKI Toolbox
https://rpki.cloudflare.com
BSD 3-Clause "New" or "Revised" License
175 stars 44 forks source link

Fix assumption about trailing slash in -cache paramater #108

Closed taktv6 closed 2 years ago

taktv6 commented 2 years ago

Current implementation requires octorpki's -cache parameter to contain a trailing slash. If it is missing it leads to exposure of empty ROA list. This PR fixes that issue.