Skip to content
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

[8.x] [kbn-scout-reporting] escape html characters in html report (#206987) #208146

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

dmlemeshko
Copy link
Member

Backport

This will backport the following commits from main to 8.x:

Questions ?

Please refer to the Backport tool documentation

…206987)

## Summary

Fixing `Error details` section not properly displaying html characters
in error stacktrace.

Before:

<img width="1347" alt="image"
src="https://github.com/user-attachments/assets/1821751f-3a89-46a6-bf55-ed2fe845a196"
/>

After:

<img width="1347" alt="image"
src="https://github.com/user-attachments/assets/83526d8a-ca3c-4b62-a01e-69029f0e8e7e"
/>

(cherry picked from commit 1581464)
@dmlemeshko dmlemeshko merged commit 602b3a2 into elastic:8.x Jan 24, 2025
11 checks passed
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants