big-list-of-naughty-strings icon indicating copy to clipboard operation
big-list-of-naughty-strings copied to clipboard

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

Open sshaw opened this issue 7 years ago • 3 comments

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 avatar Jan 29 '17 03:01 sshaw

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

sshaw avatar Jan 29 '17 03:01 sshaw

PR?

ChipWolf avatar Jan 30 '17 08:01 ChipWolf

PR #155

sshaw avatar Sep 17 '17 17:09 sshaw