Summary | Changing case |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | Horde Developers (at) |
Requester | pacqa104 (at) yahoo (dot) com (dot) au |
Created | 02/09/2006 (7158 days ago) |
Due | |
Updated | 11/20/2006 (6874 days ago) |
Assigned | 02/09/2006 (7158 days ago) |
Resolved | 11/20/2006 (6874 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
being mangled in other steps inside text2html. If anything we
probably will escape more than before, not less, and loose some of
our generated links tags.
point we couldn't link urls after encoding, but I don't know _why_
anymore. At this point, we run htmlspecialchars(), then run the
linkurls and emails filters, and all of the tests pass. If you can
show me either something that we lose, or a vulnerability here, please
just add it to the test cases, but I'm not seeing it.
being mangled in other steps inside text2html. If anything we probably
will escape more than before, not less, and loose some of our
generated links tags.
State ⇒ Resolved
Seems way too simple but also can't find anything wrong with it. I
also can't see a way this opens any HTML injection holes, but I'm not
merging it for now in case something turns up. Further testing and
insight there is most welcome.
State ⇒ Assigned
"<A" to "<a", without checking to make sure the tag is actually an
archor tag. See
http://cvs.horde.org/co.php/framework/Text_Filter/Filter/text2html.php?r=1.10#l87
State ⇒ Not A Bug
#2- XML data needs to be sent as text/xml to preserve any kind ofdata structure. Sending XML data in text/plain (which appears to be
your case) can lead to unpredictable results.
#3- We are no longer developing the IMP 3.x branch (you are using IMP3.2.1 which was released several (3+) years ago).
How do I tell?
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Changing case
Queue ⇒ IMP
New Attachment: imp error.GIF
State ⇒ Unconfirmed
sends me an email with a body containing an XML document. When viewed
with IMP, and angle bracket < letter capital shows as < lower
case a.
The message source shows the 'real' document.
Doesn't seem to change < any other letter, just capital A.
Peter