blueprint-freespeech / ricochet-refresh

Anonymous peer-to-peer instant messaging
https://www.ricochetrefresh.net
Other
217 stars 28 forks source link

Replace regex engine #4

Closed eleanor-em closed 3 years ago

eleanor-em commented 5 years ago

Sarah mentioned in correspondence that the regex engine has some known issues. This should be looked into, and probably replaced.

z3ndrag0n commented 4 years ago

@noneuclideangirl any further information available?

morganava commented 3 years ago

Regex is currently only used to first-pass validate ricochet ids (which are really v3 onion service ids). Our ED25519-V3 code ensure the ids are actually valid v3 onion service ids.