-
Notifications
You must be signed in to change notification settings - Fork 245
Open
Labels
Component: UIIssue needs changes to the user interfaceIssue needs changes to the user interfaceEffort: TrivialIssue should take < 1 dayIssue should take < 1 dayImpact: LowIssue is a papercut or has a good, supported workaroundIssue is a papercut or has a good, supported workaround
Milestone
Description
Some filter boxes use the input as a regex, and some are missing validation before using it as regex.
Notably:
- Plugin manager search box
- Xrefs filter box
This results in nothing matching the filter and the following error printed to stdout:
QString(View)::indexOf(): called on an invalid QRegularExpression object (pattern is '<input here>')
Metadata
Metadata
Assignees
Labels
Component: UIIssue needs changes to the user interfaceIssue needs changes to the user interfaceEffort: TrivialIssue should take < 1 dayIssue should take < 1 dayImpact: LowIssue is a papercut or has a good, supported workaroundIssue is a papercut or has a good, supported workaround