Skip to content

Commit ecb0850

Browse files
authored
Strings which can be accidentally expanded into different strings if evaluated in the wrong context
e.g. used as a printf format string or via Perl or shell eval. Might expose sensitive data from the program doing the interpolation, or might just represent the wrong string. from minimaxir/big-list-of-naughty-strings
1 parent 8077267 commit ecb0850

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
$HOME
2+
$ENV{'HOME'}
3+
%d
4+
%s
5+
{0}
6+
%*.*s

0 commit comments

Comments
 (0)