minimaxir / big-list-of-naughty-strings

The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data.
MIT License
46.18k stars 2.13k forks source link

Ruby Strings: System Should Be system (Lowercase "S") #137

Open sshaw opened 7 years ago

sshaw commented 7 years ago

https://github.com/minimaxir/big-list-of-naughty-strings/blob/8a115584931e0aef2965d8f2b6ab212a08a93a4c/blns.txt#L572 http://ruby-doc.org/core-2.4.0/Kernel.html#method-i-system

sshaw commented 7 years ago

Also, not sure if this was intentional but %x('ls -al /') should be %x(ls -al /) (no quotes).

ChipWolf commented 7 years ago

PR?

sshaw commented 7 years ago

PR #155