fnando / cpf_cnpj

🇧🇷 Validate, generate and format CPF/CNPJ numbers. Include command-line tools.
MIT License
239 stars 42 forks source link

Wrongly valid blacklisted CPF #17

Closed augustresende closed 2 weeks ago

augustresende commented 3 years ago

Screenshot_474

Apparently 01234567890 are VALID CPF from a real woman (SEBASTIANA)

fnando commented 2 weeks ago

This is no longer the case on the latest version:

$ ruby -rcpf -e 'puts CPF.valid?("01234567890")'
true