google / monologue

A monitor that checks that Certificate Transparency Logs are complying with RFC 6962 and the Chromium Certificate Transparency Log Policy.
Apache License 2.0
40 stars 15 forks source link

Don't index the whole Summary field as it's too large. #55

Closed Martin2112 closed 4 years ago

Martin2112 commented 4 years ago

For multi-byte characters the key exceeds the MySQL limit of 3K (or even less on older versions).

This SQL is brought in by CT tests so needs to be worked around now. There are alternate solutions if this code is going to be used in future.