Closed D-3lf closed 3 years ago
Thanks for filing this issue. This is potentially related to https://github.com/microsoft/BotFramework-WebChat/issues/3360, depending on if we move away from this package or not. Assigning to @compulim since he is assigned dev for 3360
@compulim could you please take a look?
We will need to take out remark@10
as we tested @11
doesn't work with IE11. And we also have an accessibility bug related to strip-markdown
(and remark
) that it is incapable of removing HTML tags from Markdown.
I am closing this as a dupe of #3360 for consolidation.
Screenshots
Version
4.10.1 NPM package
Describe the bug
Web Chat depends on Remark version 10.0.1 which contains a package with the CVE-2020-7753 vulnerability. The path to the vulnerable library is: Web Chat <- botframework-webchat-component <- remark 10.0.1 <- remark-parse 6.0.3 <- trim 0.0.1
Steps to reproduce
N/A it exists in the latest version
Expected behavior
Not having CVSS V3 7.5/10 vulnerabilities.
Additional context
Upgrading to remark 13 will fix this
[Bug]