Security implications of Clojure keyword creation from user data?

Posted by Rob Lachlan on Stack Overflow See other posts from Stack Overflow or by Rob Lachlan
Published on 2010-05-19T20:58:42Z Indexed on 2010/05/19 21:00 UTC
Read the original article Hit count: 395

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about clojure

Related posts about keywords