unicode-rs / unicode-security

Detect possible security problems with Unicode usage according to Unicode Technical Standard #39 rules.
Other
14 stars 4 forks source link

Fix ascii only detection #26

Closed Manishearth closed 2 years ago

Manishearth commented 2 years ago

Fixes https://github.com/unicode-rs/unicode-security/issues/25

We probably should have tests for this crate, but I don't have time to write them