Skip to content

Instantly share code, notes, and snippets.

@jonathanpenn
Last active December 12, 2015 04:48
Show Gist options
  • Save jonathanpenn/4716998 to your computer and use it in GitHub Desktop.
Save jonathanpenn/4716998 to your computer and use it in GitHub Desktop.
(main)> "test".tainted?
=> false
(main)> y = ENV["HOME"]
=> "/Users/jonathan/Library/Application Support/iPhone Simulator/6.1/Applications/B44BDE1C-A9FC-430F-B318-4093FD6BC65B"
(main)> y.tainted?
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment