Add a generic check against "dangerous" Unicode codepoints
Offen
enhancement
- Vorherrschende Sprache
- Java
- Sterne
- 5.6k
- Forks
- 559
- Ø Merge
- 1 T. 13 Std.
- Gemergte PRs (30 T.)
- 34
Beschreibung
It would be nice if spotless could check for (and remove or error out) "dangerous" unicode codepoints.
See today's Rust security advisory: https://blog.rust-lang.org/2021/11/01/cve-2021-42574.html - According to this, the initial list of forbidden codepoints should contain: U+202A, U+202B, U+202C, U+202D, U+202E, U+2066, U+2067, U+2068, U+2069
Additionally, it would be nice to have a similar check against homoglyph attacks, but that is probably a bit more tricky to solve...
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.