1
0
mirror of https://github.com/minimaxir/big-list-of-naughty-strings.git synced 2025-09-25 21:29:36 +02:00

Add ASCII bell (\u0007) character

This character is outside of the valid characters for XML
(and rejected by some parsers)

See https://www.w3.org/TR/REC-xml/#charsets
This commit is contained in:
Romuald Brunet
2016-02-10 14:39:47 +01:00
parent 33e239ea90
commit ebe36ae017
4 changed files with 8 additions and 0 deletions

View File

@@ -79,6 +79,7 @@
"LC4vOydbXS09Cg==", "LC4vOydbXS09Cg==",
"PD4/OiJ7fXxfKwo=", "PD4/OiJ7fXxfKwo=",
"IUAjJCVeJiooKWB+Cg==", "IUAjJCVeJiooKWB+Cg==",
"Bw==",
"zqniiYjDp+KImuKIq8ucwrXiiaTiiaXDtwo=", "zqniiYjDp+KImuKIq8ucwrXiiaTiiaXDtwo=",
"w6XDn+KIgsaSwqnLmeKIhsuawqzigKbDpgo=", "w6XDn+KIgsaSwqnLmeKIhsuawqzigKbDpgo=",
"xZPiiJHCtMKu4oCgwqXCqMuGw7jPgOKAnOKAmAo=", "xZPiiJHCtMKu4oCgwqXCqMuGw7jPgOKAnOKAmAo=",

View File

@@ -97,6 +97,9 @@ LC4vOydbXS09Cg==
PD4/OiJ7fXxfKwo= PD4/OiJ7fXxfKwo=
IUAjJCVeJiooKWB+Cg== IUAjJCVeJiooKWB+Cg==
# ASCII bell (not valid in XML)
Bw==
# Unicode Symbols # Unicode Symbols
# #
# Strings which contain common unicode symbols (e.g. smart quotes) # Strings which contain common unicode symbols (e.g. smart quotes)

View File

@@ -85,6 +85,7 @@
",./;'[]\\-=", ",./;'[]\\-=",
"<>?:\"{}|_+", "<>?:\"{}|_+",
"!@#$%^&*()`~", "!@#$%^&*()`~",
"\u0007",
"Ω≈ç√∫˜µ≤≥÷", "Ω≈ç√∫˜µ≤≥÷",
"åß∂ƒ©˙∆˚¬…æ", "åß∂ƒ©˙∆˚¬…æ",
"œ∑´®†¥¨ˆøπ“‘", "œ∑´®†¥¨ˆøπ“‘",

View File

@@ -98,6 +98,9 @@ INF
<>?:"{}|_+ <>?:"{}|_+
!@#$%^&*()`~ !@#$%^&*()`~
# ASCII bell (not valid in XML)

# Unicode Symbols # Unicode Symbols
# #
# Strings which contain common unicode symbols (e.g. smart quotes) # Strings which contain common unicode symbols (e.g. smart quotes)