Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update blns.txt #257

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions blns.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,22 @@ INF
⁰⁴⁵₀₁₂
ด้้้้้็็็็็้้้้้็็็็็้้้้้้้้็็็็็้้้้้็็็็็้้้้้้้้็็็็็้้้้้็็็็็้้้้้้้้็็็็็้้้้้็็็็ ด้้้้้็็็็็้้้้้็็็็็้้้้้้้้็็็็็้้้้้็็็็็้้้้้้้้็็็็็้้้้้็็็็็้้้้้้้้็็็็็้้้้้็็็็ ด้้้้้็็็็็้้้้้็็็็็้้้้้้้้็็็็็้้้้้็็็็็้้้้้้้้็็็็็้้้้้็็็็็้้้้้้้้็็็็็้้้้้็็็็

# Overlong UTF-8 Sequences: These are sequences of bytes that are valid UTF-8 but represent characters in an
# unnecessarily long way. They can be used to bypass security checks.

# This is an overlong UTF-8 sequence for the "/" character.

\xC0\xAF

# This is another overlong UTF-8 sequence for the "/" character.

\xE0\x80\xAF

# The RLO character is used in bidirectional text to force some part of the text to be displayed in reverse order. It can be used to create deceptive filenames and URLs.
# This filename appears as "readmeexe.txt" due to the RLO character.

readmeU+202Etxt.exe

# Quotation Marks
#
# Strings which contain misplaced quotation marks; can cause encoding errors
Expand Down Expand Up @@ -272,6 +288,11 @@ __ロ(,_,*)
🇺🇸🇷🇺🇸🇦🇫🇦🇲
🇺🇸🇷🇺🇸🇦

# The rainbow flag emoji is a combination of multiple Unicode characters and can cause issues in
# systems that do not handle Unicode composition correctly.

🏳️‍🌈

# Unicode Numbers
#
# Strings which contain unicode numbers; if the code is localized, it should see the input as numeric
Expand Down