You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Letters are filtered from ip input in profilter search form, which renders search for IPv6 addresses almost useless.
How to reproduce
Go to profiler search and enter an IPv6 ip address that contains letters, such as 2003:a. The letter a is removed from the input and the search.
However, it is possible to search for such an ip address by passing ip=2003:a as query parameter.
The text was updated successfully, but these errors were encountered:
…ereguiluz)
This PR was merged into the 3.4 branch.
Discussion
----------
[WebProfilerBundle] Don't filter submitted IP values
| Q | A
| ------------- | ---
| Branch? | 3.4
| Bug fix? | yes
| New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files -->
| BC breaks? | no <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass? | yes <!-- please add some, will be required by reviewers -->
| Fixed tickets | #31378 <!-- #-prefixed issue number(s), if any -->
| License | MIT
| Doc PR | -
I don't think we need to filter the value submitted by users in this case.
Commits
-------
29bd2ad [WebProfilerBundle] Don't filter submitted IP values
Symfony version(s) affected: 4.2.7
Description
Letters are filtered from ip input in profilter search form, which renders search for IPv6 addresses almost useless.
How to reproduce
Go to profiler search and enter an IPv6 ip address that contains letters, such as
2003:a
. The lettera
is removed from the input and the search.However, it is possible to search for such an ip address by passing
ip=2003:a
as query parameter.The text was updated successfully, but these errors were encountered: