In article <[EMAIL PROTECTED]>, "Tim Cheadle" <[EMAIL PROTECTED]> writes: >> Interesting, this Yoap. Can it be made secure with SSL or otherwise? > > The protocol is YAML. Like SOAP, YAML is simply a text-based > serialization protocol. The transport is up to you, so if you want SSL, > use SSL. > > I've had nothing but good experiences using YAML with Perl. > > Tim
Unfortunately the standard YAML parser is unsafe, it allows the external data to do things to your setup.