-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
[Question] Vulnerability Handling and pinned versions in exposed dependencies #796
Comments
The latest @nestjs/core has the same type of hard-coded version dependency, and it points straight to the vulnerable version: Need to get a fix into @nestjs/core , then get that released, then get that release version into @openapitools/openapi-generator-cli" using the fix you described above, then get the fixed @openapitools/openapi-generator-cli" into whatever your own package is. To track the fix see nestjs/nest#13955 |
I also kindly ask for the review :-) |
@lucasgonze I see. Yeah i was not checking it completely down the tree, this lib was one of the entry points so i was just wondering if that pinned versions where done on purpose or if its an option to open up to ease those vulnerability updates up a bit. In our projects we for example have one dependency fixed because this beautiful dependency likes to introduce breaking changes in bugfix versions :D. |
just merged the fix please give it a try with the latest release (which will be published shortly) |
I was just wondering if it might be an option to at least allow any bugfix version in the dependencies you have specified.
Currently the dependencies are completely fixed. And in a case like now, that a peer dependency has a vulnerability (@nestjs/core) that is, you would need a new release to include the available bugfix.
I was wondering if it might be an option to open up a bit and allow any bugfix versions.
The text was updated successfully, but these errors were encountered: