BlueHotDog / sails-migrations

The missing, migrations, arm of the octopus
MIT License
158 stars 37 forks source link

Updated PG dependency to latest version to fix security vulerability #84

Open mattisfrommars opened 6 years ago

mattisfrommars commented 6 years ago

The PG module used has a "critical" security flaw in and shouldn't be depended on any more

RWOverdijk commented 6 years ago

3 breaking changes equals the need for some serious testing.

mattisfrommars commented 6 years ago

Agreed. Can you help me to get the automated test suite running? I'm getting the following error:


  cli 0.10-rc8
Possibly unhandled Error: Cannot find module 'path/to/sails-migrations/test/fixtures/sample_apps/0.10-rc8/node_modules/sails/package'```

I can't find any documentation on how to get the tests running either. (Once I understand what the issue is I'm happy to help improve the docs)
RWOverdijk commented 6 years ago

I think this repo is just outdated and requires a lot of work to function with the new version.