https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41932
--- Comment #67 from David Nind <[email protected]> --- Created attachment 203410 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203410&action=edit Bug 41932: (follow-up) Simplify filter for security This commit downgrades the filter from a full regex to an expression that filters on 'starts with', 'contains' or 'ends with' (only using the ^ and $). Replacing the regex was requested for security reasons. Since filter is required now, the optional colon(:) between filter and pairs list is replaced by a required comma. Test plan: See also next patch. Signed-off-by: Marcel de Rooy <[email protected]> Signed-off-by: David Nind <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
