browserify / static-eval

evaluate statically-analyzable expressions
MIT License
175 stars 27 forks source link

CVE in word-wrap #42

Open SymbioticKilla opened 1 year ago

SymbioticKilla commented 1 year ago

Hi @goto-bus-stop ,

there is a CVE in word-wrap: https://github.com/jonschlinkert/word-wrap/pull/33 It is fixed and integrated in latest optionator 0.9.x, which is used in escodegen 2.x. Is there any chance to update escodegen to 2.x? Thanks!

escodegen@1.14.3 │ └─┬ optionator@0.8.3 │ └── word-wrap@1.2.3

Optionator team will not merge the fix to 0.8.x: https://github.com/gkz/optionator/pull/46

FabianWarnecke commented 1 year ago

I just opened https://github.com/browserify/static-eval/pull/43 for this.