interchange / interchange6-schema

DBIC schema for Interchange 6
8 stars 7 forks source link

Uses File::Slurp, known to be buggy and vulnerable #171

Closed karenetheridge closed 9 years ago

karenetheridge commented 9 years ago

e.g. look at https://rt.cpan.org/Ticket/Display.html?id=83126 and be dismayed

File::Slurp::Tiny and Path::Tiny are both excellent alternatives. See also http://shadow.cat/blog/matt-s-trout/mstpan-5/

SysPete commented 9 years ago

Thanks for the heads up @karenetheridge - I hadn't realised how nasty it was. Use here is a quick slurp in a test script so will switch to simple undef $/ and slurp via <>.