-
Notifications
You must be signed in to change notification settings - Fork 22
Upgrade node-forge to 0.10.0 - in 2.0.4 release #297
Comments
Current package.json:
Semantic versioning for major "0" ignores the caret ^ :( |
Closed, won't do? |
I'm sorry, premature close! I was confused by the PR earlier. |
Includes the fix googleapis/google-p12-pem#297
This doesn't fix the issue in the [email protected] release |
My PR unintentionally closed this issue. I don't know if we want to go back and address this in the 2.0.0 release-- are you unable to upgrade to ^3.0? |
We'd prefer to not upgrade all these libs at this time.
As far as I can tell, 3.6.0 is still a "current" release of google cloud speech; likewise for all the other packages shown. I would expect any "current" releases to apply dependency upgrades when a "HIGH" npm advisory is issued: |
I'm currently working through a similar tree here: googleapis/nodejs-logging#904 (comment). Eventually, Speech (the ^4.x releases) will get a new release once the others are updated. cc @bcoe @JustinBeckwith for the concerns regarding the release process. |
@kidplug Going back in a previous release line to make the fix is possible, but ideally, you could upgrade to make sure you're protected going forward. Is there anything we can do to help the upgrade process? Did the change to speech@4 involve any breaking changes that are difficult to include in your app/environment? |
Addresses a potential prototype pollution leak: googleapis/google-p12-pem#297, https://github.com/digitalbazaar/forge/blob/588c41062d9a13f8dc91be3723b159c6cc434b15/CHANGELOG.md
I'll try the google speech v4 upgrade. Initially testing seems fine. |
Addresses a potential prototype pollution leak: googleapis/google-p12-pem#297, https://github.com/digitalbazaar/forge/blob/588c41062d9a13f8dc91be3723b159c6cc434b15/CHANGELOG.md
@kidplug did the upgrade go okay for you? I'm debating today whether or not we need to back-port fixes to the 5.x version of auth. |
Yes, our application ran fine on the upgraded speech library. Planning to commit the upgrade in our upcoming release. |
@bcoe I would personally would really enjoy a back-port fix to at least 2.0.2 since the Thank you! |
@bcoe, given that this would involve back-porting a fix, and that we are not currently (though we do plan to) provide ongoing support to these versions in the future, I'm relabeling this issue as a process. We can (eventually) try out Java's new tooling for these types of requests. |
Backported to v2.0.5 in #345 |
🤖 I have created a release \*beep\* \*boop\* --- ### [2.0.5](https://www.github.com/googleapis/google-p12-pem/compare/v2.0.4...v2.0.5) (2021-07-20) ### Bug Fixes * **deps:** update node-forge to 0.10.0 ([#341](https://www.github.com/googleapis/google-p12-pem/issues/341)) ([201f9c3](https://www.github.com/googleapis/google-p12-pem/commit/201f9c3405a14633c35b99b1f14e3e89db6b6aae)), closes [#297](https://www.github.com/googleapis/google-p12-pem/issues/297) [#337](https://www.github.com/googleapis/google-p12-pem/issues/337) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
In light of new advisory:
High │ Prototype Pollution in node-forge
https://npmjs.com/advisories/1561
The text was updated successfully, but these errors were encountered: