ngx-md icon indicating copy to clipboard operation
ngx-md copied to clipboard

marked moderate vulnerability

Open migglu opened this issue 5 years ago • 3 comments

There seems to be a vulnerability for the marked dependency here. It can be seen when running npm audit. The solution seems to be to upgrade to marked v0.6.2 or newer.

migglu avatar Apr 24 '19 15:04 migglu

                       === npm audit security report ===                        
                                                                                
┌──────────────────────────────────────────────────────────────────────────────┐
│                                Manual Review                                 │
│            Some vulnerabilities require your attention to resolve            │
│                                                                              │
│         Visit https://go.npm.me/audit-guide for additional guidance          │
└──────────────────────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Moderate      │ Regular Expression Denial of Service                         │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ marked                                                       │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=0.6.2                                                      │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ ngx-md                                                       │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ ngx-md > marked                                              │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://npmjs.com/advisories/812                             │
└───────────────┴──────────────────────────────────────────────────────────────┘

oznu avatar Apr 28 '19 12:04 oznu

will their be a new NPM version with this patch soon?

xileftenurb avatar Dec 20 '19 14:12 xileftenurb

@xileftenurb Just pushed it.

dimpu avatar Dec 20 '19 19:12 dimpu