VYPR

shell-quote

by Npm

npm: shell-quote

Source repositories

CVEs (1)

  • CVE-2026-13311HigJun 25, 2026
    risk 0.42cvss 7.5epss 0.00

    shell-quote prior to 1.8.5 finalizes parsed tokens in parse() using Array.prototype.concat as a reduce accumulator, which reallocates and copies the entire growing array on every iteration. As a result parse() runs in O(n^2) time relative to the number of input tokens. An…