-
Notifications
You must be signed in to change notification settings - Fork 440
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
Vulnerability warnings with ansi-regex and minimist #193
Comments
Related: commitizen/cz-cli#914 |
@LinusU any chance to make an update of dependencies to fix outstanding security warnings ? its very hard to use the package in any continous integration build if critical vulnerabilities are shown when doing: npm audit Thanks |
The issue is in commitizen 4.2.4. It was resolved in commitizen 4.2.5.
I tried to fix it by manually installing 4.2.5 and using resolution until this library is updated (if ever, it looks abandoned - no updates since 2020), but it breaks the build. "resolutions": {
"commitizen": "4.2.5",
"minimist": "1.2.6"
},
|
@jimthedev @dmwelch When can we expect an update to this library to use 4.2.5? |
|
So you’re not going to release an update, something that would take you a few minutes, and instead off-loading the burden to every developer who uses this library to manually hack their package-lock file? |
I'm not a maintainer. I can't make releases any more than you can. I was simply suggesting a solution that you could unblock yourself with in the meantime. |
Ah I was confused by you saying “while i support the minimum of that range”. It made it sound like you were a maintainer. |
that statement was meant to clarify that i do think it is worthwhile for the change to be made in this project, even though there is a valid work around now available. regardless of whether i was a maintainer or not, please consider the service that maintainers of OSS provide for free in their spare time. being confrontational or acting entitled to their service can actively discourage them from spending effort on the tasks you would like to have completed, or even end up burning them out further than they may already be. i find |
Hold up. Let’s clarify something. Your message read to me like you were a maintainer of this project, which meant you took time to reply on a thread giving an excuse why you weren’t going to release an update to resolve a vulnerability, when actually resolving it would have taken less time. If that was what happened, that would have been undeniably bad behavior on the part of the maintainer and it is not acting entitled to point that out. |
It would take the same amount of time to update the version of a single dependency as it would to make an excuse why you aren't going to. This project hasn't been updated in over 2 years. I don't know what you're worried about. It's already been abandoned. Clearly the maintainer has already checked out. |
I'm seeing a few vulnerability warnings after installing
3.3.0
, namely withansi-regex
andminimist
.The text was updated successfully, but these errors were encountered: