[Haskell-beginners] Type checking to prevent data injection attacks?
Erik de Castro Lopo
mle+hs at mega-nerd.com
Fri Dec 21 22:15:12 CET 2012
Mike Meyer wrote:
> Is this actually a sane idea?
Yes
> Is there already a Haskell package that does this? Possibly part of a
> web framework?
I've been using Esqueleto (an SQL EDSL) and it sanitizes/quotes
all values while constructing SQL queries.
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
More information about the Beginners
mailing list