rochejul / sequelize-mocking

Sequelize extension to deal with data-mocking for testing
MIT License
63 stars 26 forks source link

The version of sequelize that being used is currently vulnerable to sql injection #34

Closed mjdubose closed 4 years ago

mjdubose commented 4 years ago

and should be using 5.8.11. Thanks

rochejul commented 4 years ago

For flexibility, sequelize is used on this module as a devDependency.

So you should simply update the sequelize version of your project.

Regards