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

Fix vulnerabilities #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

EricThompson-PeopleReign

This PR bumps the versions for vow and mongodb. This fixes 5 different vulnerabilities total and allos this package to pass vulnerability testing that's required by some CI/CD process.

Signed-off-by: Eric Thompson <eric@niugnepsoftware.com>
@EricThompson-PeopleReign
Copy link
Author

@wzrdtales Any chance of getting this merged in?

},
"devDependencies": {
"db-meta": "^0.4.1",
"db-migrate-shared": "^1.1.2",
"vows": "0.8.0"
"vows": "^0.8.3"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't touch this, it breaks in every other version than 0.8.0

@@ -1,10 +1,10 @@
{
"name": "db-migrate-mongodb",
"version": "1.5.0",
"version": "1.5.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't touch the version in PRs, the release is not part of a PR

@wzrdtales
Copy link
Member

there is unfortunately no ci running a test against this, so not easily mergeable right now due to missing certainty that nothing breaks. If you could take the time to get gitlab actions here that would be awesome

otherwise only have two comments

@EricThompson-PeopleReign
Copy link
Author

Thanks @wzrdtales, I have since done some manual testing and the newer version of mongodb client doesn't play well with this package. I don't know enough about this package or the mongodb client to fix the things that moved in the upgrade v3.x -> 4.x.

@wzrdtales
Copy link
Member

wzrdtales commented Nov 15, 2022

as far as i remember someone from the community gave it a shot before, but stopped working on it. I guess also @BorntraegerMarc who wrote this package initially is out of time. I am not a mongo user at all and wont be, am avoiding it for a good reason :p , so all I will give here is technical advice in general. The best person to maintain the mongo driver is someone actually using it.

Writing a driver itself is fairly "easy" though see https://db-migrate.readthedocs.io/en/latest/Developers/contributing/#creating-your-own-driver

@BorntraegerMarc
Copy link
Contributor

Yeah, sorry… my prios kinda shifted 🙂

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

Successfully merging this pull request may close these issues.

3 participants