Security Advisories (2)
CVE-2012-5572 (2014-05-30)

CRLF injection vulnerability in the cookie method allows remote attackers to inject arbitrary HTTP headers and conduct HTTP response splitting attacks via a cookie name.

CVE-2011-1589 (2011-04-05)

Directory traversal vulnerability (Mojolicious report, but Dancer was vulnerable as well).

NAME

Dancer::HTTP - helper for rendering HTTP status codes for Dancer

DESCRIPTION

Helper for rendering HTTP status codes for Dancer

HTTP CODES

The following codes/aliases are understood by any status() call made from a Dancer script.

200

returns 200 OK, alias : 'ok'

404

returns 404 Not Found, alias : 'not_found'

500

returns 500 Internal Server Error, alias: 'error'

503

returns 503 Forbidden, alias 'forbidden'

AUTHOR

This module has been written by Alexis Sukrieh <sukria@cpan.org>

SOURCE CODE

The source code for this module is hosted on GitHub http://github.com/sukria/Dancer

LICENSE

This module is free software and is published under the same terms as Perl itself.