whisperfish / rust-phonenumber

Library for parsing, formatting and validating international phone numbers.
Apache License 2.0
156 stars 55 forks source link

Add prop tests #71

Open rubdos opened 4 months ago

rubdos commented 4 months ago

e.g. https://github.com/proptest-rs/proptest

Potentially we could've found the parsing vulnerability through prop testing too.