Security implications of Clojure keyword creation from user data?
- by Rob Lachlan
Suppose that I take a user-supplied string, userstring, and call (keyword userstring) on it.
Are there any security concerns about doing this? And if so, what would be the best way to mitigate them?