Your message dated Wed, 27 Jun 2007 18:50:18 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Fwd: Processed (with 1 errors): nevermind...
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: php
Version: php5
Severity: normal
strip_tags() produces incorrect output for certain input that contains
an apostrophe. The basic bug is that, if strip_tags() encounters an
apostrophe anywhere other than the first character of its input string,
then all input from the '<' that opens the first HTML tag that follows
the offending apostrophe will be cut off. For instance:
strip_tags("'<test>b") --> "'b"
strip_tags("a'<test>b") --> "a'"
strip_tags("<test>'<test>b") --> "'"
This is a serious issue and can cause a denial of service and loss of
data whenever code relies on strip_tags() to sanitize its input.
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
--- End Message ---
--- Begin Message ---
severity 429603 normal
merge 429603 422567
thanks
Duplicate of 422567
--
Atomo64 - Raphael
Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
--- End Message ---