Should I create a ticket on trac for this?
Alexandre Martani
On 11 fev, 19:20, Robert Gravsjö <[EMAIL PROTECTED]> wrote:
> Patryk Zawadzki wrote:
>
> --- 8< ---
>
> > What kind of injection? It did not terminate the SQL query, just the
> > contents of one field.
On 7 fev, 09:33, "Patryk Zawadzki" <[EMAIL PROTECTED]> wrote:
> On Feb 7, 2008 4:15 AM, Alexandre Martani <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> > When I try to save a string containing NUL character (\x00), only the
> > part before the cha
mply lost, no errors are raised, nothing.
Since python supports NUL character in strings, Django should support
them too, or at least raise an error, or just drop it, but not losing
all the end of the string. Also, it is possible to send a NUL
character through GET or POST, so I think this bug could le