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
xmldom allows incoming documents to have multiple root element nodes. This appears to me to be a violation of the W3C DOM
Level 2 Core Specification:
[…] Each document contains zero or one doctype nodes, one root element node, and zero or more comments or processing instructions; the root element serves as the root of the element tree for the document. […]
— from “What the Document Object Model is” (emphasis mine)
The root node is the unique node that is not a child of any other node. All other nodes are children or other descendants of the root node.
Descciption
xmldom allows incoming documents to have multiple root element nodes. This appears to me to be a violation of the W3C DOM
Level 2 Core Specification:
Solution
Update to version 0.7.7 or higher
See the ERROR here 👇
https://github.com/Sesame-Disk/cool-storage-microfrontend/security/dependabot/5
The text was updated successfully, but these errors were encountered: