cprop icon indicating copy to clipboard operation
cprop copied to clipboard

Optional :strings-only restriction

Open tolitius opened this issue 8 years ago • 0 comments

There is a valid security concern to read configuration as EDN:

what if someone injects bad EDN that would steal all the money?

While in most cases it won't be a problem, in some cases, for example where apps eval pieces of configuration, it could be risky to "leave the door open".

Add an optional :strings-only restriction, which would read everything as strings, while still enjoying the hierarchy of EDN.

tolitius avatar Mar 03 '16 03:03 tolitius