We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Several security vulnerabilities have been reported in the last months.
Upgrade rack to version 2.0.6 or later. gem "rack", ">= 2.0.6" https://nvd.nist.gov/vuln/detail/CVE-2018-16471
gem "rack", ">= 2.0.6"
Upgrade loofah to version 2.2.3 or later. gem "loofah", ">= 2.2.3" https://nvd.nist.gov/vuln/detail/CVE-2018-16468
gem "loofah", ">= 2.2.3"
Upgrade rubyzip to version 1.2.2 or later. gem "rubyzip", ">= 1.2.2"https://nvd.nist.gov/vuln/detail/CVE-2018-1000544
gem "rubyzip", ">= 1.2.2"
Upgrade ffi to version 1.9.24 or later. gem "ffi", ">= 1.9.24" https://nvd.nist.gov/vuln/detail/CVE-2018-1000201
gem "ffi", ">= 1.9.24"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Several security vulnerabilities have been reported in the last months.
Upgrade rack to version 2.0.6 or later.
gem "rack", ">= 2.0.6"
https://nvd.nist.gov/vuln/detail/CVE-2018-16471
Upgrade loofah to version 2.2.3 or later.
gem "loofah", ">= 2.2.3"
https://nvd.nist.gov/vuln/detail/CVE-2018-16468
Upgrade rubyzip to version 1.2.2 or later.
gem "rubyzip", ">= 1.2.2"
https://nvd.nist.gov/vuln/detail/CVE-2018-1000544Upgrade ffi to version 1.9.24 or later.
gem "ffi", ">= 1.9.24"
https://nvd.nist.gov/vuln/detail/CVE-2018-1000201
The text was updated successfully, but these errors were encountered: