Skip Menu |

This queue is for tickets about the Bot-Pastebot CPAN distribution.

Report information
The Basics
Id: 41615
Status: resolved
Priority: 0/
Queue: Bot-Pastebot

People
Owner: Nobody in particular
Requestors: cpan [...] zoffix.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



When someone is making a paste the code is relying on maxlength="" value on <input>s... that's easily defeated. The code needs one line added in Http.pm that is $nick = substr $nick, 0, 30; same as for $summary
I may be slow, but bug tickets mean I'll never forget. Your suggestion will be in the next release. commit 7508ee9878574757b84cb466ec9d5b37ad801606 Author: Zoffix <cpan@zoffix.com> Date: Sat Jul 13 14:43:32 2013 -0400 [rt.cpan.org 41615] Don't rely on maxlength to prevent nickname overflow.