Security: JS-yaml #1845
Labels
complexity: easy
Easy complexity
contribution welcome
Contributions welcome
good first issue
Good for newcomers
priority: medium
Medium priority issue
Bug report
Steps to reproduce
What is expected?
js-yaml should be version higher than 1.13.1
What is actually happening?
it is not and it is a security vulnerability.
nodeca/js-yaml#475
Versions js-yaml prior to 3.13.0 are vulnerable to Denial of Service. By parsing a carefully-crafted YAML file, the node process stalls and may exhaust system resources leading to a Denial of Service.
nodeca/js-yaml#480
Js-yaml prior to 3.13.1 are vulnerable to Code Injection. The load() function may execute arbitrary code injected through a malicious YAML file.
vuepress/packages/@vuepress/core/package.json
Line 49 in e5d8ed4
Other relevant information
The text was updated successfully, but these errors were encountered: