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
If a client sends for example {"markup-body": <'<a href="<">">'>}, the href attribute should be re-escaped when emitting the filtered/sanitized markup-body.
Operating System
n/a, source code inspection
XDG Desktop Portal version
Other
XDG Desktop Portal version (Other)
1.19.1
Desktop Environment
Other
Desktop Environment (Other)
n/a, source code inspection
Expected Behavior
If a client sends for example
{"markup-body": <'<a href="<">">'>}
, the href attribute should be re-escaped when emitting the filtered/sanitized markup-body.Current Behavior
If I'm reading the code correctly, this
will emit the attribute unescaped.
Steps to Reproduce
n/a, source code inspection
Anything else we should know?
No response
The text was updated successfully, but these errors were encountered: