pr-str and safe serialization

2015-06-24 Thread Ignacio Thayer
I think this might be rehashing some old stuff, but I haven't seen discussion on it recently and I see this behavior is still present in 1.7 so I thought I'd ask. It's the same underlying issue as this:

ReadyForZero Hiring Clojure, ClojureScript (Backend, Frontend, Mobile, Data) in Los Angeles (Will Relocate)

2015-03-31 Thread Ignacio Thayer
. Thanks! We're looking forward to becoming a more active part of the community. Ignacio Thayer Co-founder/CTO ReadyForZero.com ignacio.tha...@readyforzero.com www.readyforzero.com/jobs -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group

careful w/ edn injection

2014-07-11 Thread Ignacio Thayer
we noticed this possibility of edn injection when mixing validated and unvalidated data into a single edn blob. it's hard to exploit, and in some sense it's obvious but i thought i'd share it since it caught us off-guard and requires greater care than when serializing w/ json for example. Given

Re: careful w/ edn injection

2014-07-11 Thread Ignacio Thayer
serialize [x] {:post [(= x (edn/read-string %))]} (pr-str x)) - James On 11 July 2014 20:13, Ignacio Thayer itha...@gmail.com wrote: we noticed this possibility of edn injection when mixing validated and unvalidated data into a single edn blob. it's hard to exploit, and in some sense

Re: Data Profiling

2013-08-10 Thread Ignacio Thayer
Doesn't exactly fit the bill, but for doing this type of stuff at the repl, we use babbage https://github.com/ReadyForZero/babbage. ignacio cto/co-founder ReadyForZero.com On Saturday, August 10, 2013 9:21:46 AM UTC-7, Adrian Mowat wrote: Hi, I have about 2.5 Gb of web transaction data

Re: Clojure in production

2013-06-10 Thread Ignacio Thayer
ReadyForZero.com uses clojure exclusively (~50K lines) on the backend for http and api requests. Ignacio Thayer Co-founder/CTO ReadyForZero.com On Monday, June 10, 2013 2:47:25 PM UTC-7, Plinio Balduino wrote: Hi there I'm writing a talk about Clojure in the real world and I would like

Any recent library similar to contrib.accumulators?

2012-09-11 Thread Ignacio Thayer
I haven't been using it since it's in contrib, but I miss some of the functionality. The wrappers around Coda/Hale don't feel right. Any suggestions? Thanks Ignacio -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email