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 dependencies for security vulnerabilities #25

Merged
merged 3 commits into from
Nov 5, 2018

Conversation

ScottBishop
Copy link
Contributor

@ScottBishop ScottBishop commented Nov 3, 2018

rubyzip gem rubyzip version 1.2.1 and earlier contains a Directory Traversal vulnerability in Zip::File component that can result in write arbitrary files to the filesystem. This attack appear to be exploitable via If a site allows uploading of .zip files , an attacker can upload a malicious file that contains symlinks or files with absolute pathnames "../" to write arbitrary files to the filesystem.

ruby-ffi version 1.9.23 and earlier has a DLL loading issue which can be hijacked on Windows OS, when a Symbol is used as DLL name instead of a String This vulnerability appears to have been fixed in v1.9.24 and later.

Integration tests were breaking due to a favicon issue. Updating the favicon gem and regenerating the icons fixed it.

@ScottBishop ScottBishop added the Needs Review Request a code review label Nov 4, 2018
@ScottBishop ScottBishop added Ready To Merge Stamp of approval and removed Needs Review Request a code review labels Nov 5, 2018
@ScottBishop ScottBishop merged commit 319435b into master Nov 5, 2018
@ScottBishop ScottBishop deleted the UpdateDependencies branch November 5, 2018 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready To Merge Stamp of approval
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants