Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage of old pm2 version #25

Open
AdriVanHoudt opened this issue Nov 14, 2017 · 4 comments
Open

Usage of old pm2 version #25

AdriVanHoudt opened this issue Nov 14, 2017 · 4 comments

Comments

@AdriVanHoudt
Copy link

Is there a reason this package uses version 0.15.10 of pm2? It is at 2.7.2 now.
The reason I ask is since the old version has a ikt: 'git+http://ikt.pm2.io/ikt.git#master' dependency which is messing with our builds and is gone in the newer version

@mattpker
Copy link
Owner

Yeah, we should probably get the dependencies updated, not sure if this will break older version though. We will need to do some research and testing around this.

@ma-zal
Copy link
Collaborator

ma-zal commented Nov 23, 2017

We are running the PM2-SLACK on PM2 2.7.2 (and long time on previous 2.x version) and all works fine.

@AdriVanHoudt
Copy link
Author

The issue seems to have resolved itself, my point of using an old version still stands :P

@AdriVanHoudt
Copy link
Author

npm audit is now reporting issues for this. I think an update to pm2 would resolve most (if not all) of this.

┌───────────────┬──────────────────────────────────────────────────────────────┐
│ low           │ Prototype Pollution                                          │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ deep-extend                                                  │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ pm2-slack                                                    │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ pm2-slack > pm2 > chokidar > fsevents > node-pre-gyp > rc >  │
│               │ deep-extend                                                  │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://nodesecurity.io/advisories/612                       │
└───────────────┴──────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ critical      │ Command Injection                                            │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ pidusage                                                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ pm2-slack [dev]                                              │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ pm2-slack > pm2 > pidusage                                   │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://nodesecurity.io/advisories/356                       │
└───────────────┴──────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ low           │ Regular Expression Denial of Service                         │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ moment                                                       │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ pm2-slack [dev]                                              │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ pm2-slack > pm2 > moment                                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://nodesecurity.io/advisories/532                       │
└───────────────┴──────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ moderate      │ Regular Expression Denial of Service                         │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ moment                                                       │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ pm2-slack [dev]                                              │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ pm2-slack > pm2 > moment                                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://nodesecurity.io/advisories/55                        │
└───────────────┴──────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ low           │ Regular Expression Denial of Service                         │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ debug                                                        │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ pm2-slack [dev]                                              │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ pm2-slack > pm2 > debug                                      │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://nodesecurity.io/advisories/534                       │
└───────────────┴──────────────────────────────────────────────────────────────┘

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants