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

Update get-pixels and save-pixels to fix vulnerability in jpeg-js #34

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rabin-outlier
Copy link

Currently gif-frames is using old and modified versions of get-pixels and save-pixels library.
The npm links to the libraries in package.json already point to their parent library.
Also, gif-frames is currently using a vulnerable version of jpeg-js as a dependency.
Ref: https://snyk.io/test/npm/gif-frames/1.0.1

This can be fixed by just upgrading the versions of get-pixels and save-pixels to their latest versions.
This PR updates these libraries.

@benwiley4000
Copy link
Owner

Hey, so we're those changes I had made in those libraries merged upstream to get pixels and save pixels? Sorry, it's been awhile since I looked at this.

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.

None yet

3 participants