You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specially crafted requests can be used to access files that exist on the filesystem that is outside an application's root directory, when the Sprockets server is used in production.
All users running an affected release should either upgrade or use one of the work arounds immediately.
Workaround:
In Rails applications, work around this issue, set config.assets.compile = false and config.public_file_server.enabled = true in an initializer and precompile the assets.
This work around will not be possible in all hosting environments and upgrading is advised.
Description
Specially crafted requests can be used to access files that exist on the filesystem that is outside an application's root directory, when the Sprockets server is used in production.
All users running an affected release should either upgrade or use one of the work arounds immediately.
Workaround:
In Rails applications, work around this issue, set
config.assets.compile = false
andconfig.public_file_server.enabled = true
in an initializer and precompile the assets.This work around will not be possible in all hosting environments and upgrading is advised.
Informations
Manifest Path: Gemfile.lock
Please look at dependabot report :https://github.com/swipely/swipely-bss-oodd/security/dependabot/85
The text was updated successfully, but these errors were encountered: