Bug 523827
| Summary: | CGI.pm popup_menu if optgroup, $selected is not properly escaped. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Bryan Mason <bmason> | ||||
| Component: | perl | Assignee: | perl-maint-list | ||||
| Status: | CLOSED ERRATA | QA Contact: | Petr Šplíchal <psplicha> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 5.4 | CC: | ohudlick, plyons, ppisar, psplicha, rbiba, tao | ||||
| Target Milestone: | rc | Keywords: | EasyFix, Patch, ZStream | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | perl-5.8.8-29.el5 | Doc Type: | Bug Fix | ||||
| Doc Text: |
Cause
CGI::popup_menu does not generated correct HTML if the default option contains a plus-sign ("+").
Consequence
There could be missing closing tag.
Fix
Fix of regular expression fixed generation of HTML code.
Result
Closing tags are generated allright.
|
Story Points: | --- | ||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-02-21 05:39:26 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 590060, 701631 | ||||||
| Attachments: |
|
||||||
|
Description
Bryan Mason
2009-09-16 19:23:29 UTC
This request was evaluated by Red Hat Product Management for inclusion in the current release of Red Hat Enterprise Linux. Because the affected component is not scheduled to be updated in the current release, Red Hat is unfortunately unable to address this request at this time. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux.
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
New Contents:
Cause
CGI::popup_menu does not generated correct HTML if the default option contains a plus-sign ("+").
Consequence
There could be missing closing tag.
Fix
Fix of regular expression fixed generation of HTML code.
Result
Closing tags are generated allright.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2012-0199.html |