Ticket #6125 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

get_link_to_edit() does not sanitize link

Reported by: mdawaffe Assigned to: anonymous
Priority: high Milestone: 2.5
Component: General Version: 2.5
Severity: blocker Keywords: has-patch commit
Cc:

Description

get_link_to_edit() calls the deprecated get_link() which does not have a filter parameter.

Attached uses get_bookmark() and updates get_link() to accept filter parameter.

Attachments

6125.diff (0.9 kB) - added by mdawaffe on 03/07/08 19:17:28.

Change History

03/07/08 19:17:28 changed by mdawaffe

  • attachment 6125.diff added.

03/10/08 05:28:24 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [7193]) Add sanitization to get_link() and get_link_to_edit(). Props mdawaffe. fixes #6125