-
Notifications
You must be signed in to change notification settings - Fork 347
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
Update proxy-agent to remove vulnerable vm2 dependency #2342
Comments
Spectral: stoplightio/spectral#2519 |
Hey team! Please add your planning poker estimate with Zenhub @chohmann @brendarearden @daniel-white |
Please add your planning poker estimate with Zenhub @matthewmurphy |
@stoplightio/tacocats we should consider adopting the same library as spectral: stoplightio/spectral#2513 |
@daniel-white what are the advantages of |
@ed i'm not sure - just wanting to reduce the proliferation of 3rd party dependencies. |
@P0lip , could you help us understand why you chose to switch to |
It was recommended in stoplightio/spectral#2510 (comment)
I'd consider it if it's easy to set up. In the case of Spectral, I didn't need to change much code so I went for the change hoping it'll reduce the number of vulnerability reports caused by transient dependencies of proxy-agent. |
Dependabot issued a critical alert on the vm2 library which is used by proxy-agent. A new version of proxy-agent removes this vulnerability by replacing vm2. Prism needs to be updated to use this new version.
Links to the two Dependabot alerts that relate to this issue:
265
266
Link to the new proxy-agent version to be used:
proxy-agent 406.3.0
NOTE: This update must also be done for spectral and platform-internal. See the links to the other issues in the comments.
The text was updated successfully, but these errors were encountered: