mozilla / crlite

WebPKI-level Certificate Revocation via Multi-Level Bloom Filter Cascade
http://www.cs.umd.edu/~dml/papers/crlite_oakland17.pdf
Mozilla Public License 2.0
70 stars 8 forks source link

Avoid duplicate log::url keys in redis #222

Closed jschanck closed 2 years ago

jschanck commented 2 years ago

In older versions of ct-fetch it's possible to create a pair of entries in redis with keys log::example.com and log::example.com/. Newer versions omit the slash. Our production instance of ct-fetch has some keys with the slash. We should migrate these entries on upgrade.