-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Security Solution] Fix URI param encoding on user and host details page #129064
Conversation
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
Pinging @elastic/security-solution (Team: SecuritySolution) |
@elasticmachine merge upstream |
💛 Build succeeded, but was flakyTest Failures
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @machadoum |
…age (#129064) Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit 5b82971)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…age (#129064) Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit 5b82971)
…age (#129064) (#129306) Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit 5b82971) Co-authored-by: Pablo Machado <[email protected]>
issue: #129030
Summary
We displayed the host and user name directly from the URL without decoding it first.
Checklist