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
This is a **security release** to address a potential cross-site scripting (XSS) vulnerability when using the `AttributesExtension` with untrusted user input.
12
21
@@ -700,7 +709,8 @@ No changes were introduced since the previous release.
700
709
- Alternative 1: Use `CommonMarkConverter` or `GithubFlavoredMarkdownConverter` if you don't need to customize the environment
701
710
- Alternative 2: Instantiate a new `Environment` and add the necessary extensions yourself
0 commit comments