Disable libvips's unfuzzed image loaders and savers.
libvips flags some of its loaders and savers as "unfuzzed" or "untrusted", meaning they are only
safe for trusted content. Active Storage will call Vips.block_untrusted(true) to disable them
while booting. An application that needs a specific loader or saver may re-enable it in an
initializer.
Bumps rails from 8.0.5 to 8.1.3.1.
Release notes
Sourced from rails's releases.
... (truncated)
Commits
3989ebfPreparing for 8.1.3.1 release349e7a5Disable libvips's unfuzzed image loaders and saversfa8f081Preparing for 8.1.3 release63cef3dMerge branch '8-1-sec' into 8-1-stable1db4b89Preparing for 8.1.2.1 release1c7d1cfUpdate changeloge91694bUpdate CHANGELOG (8.1 only)6752711Fix XSS in debug exceptions copy-to-clipboard63f5ad8Skip blank attribute names in Action View tag helpers8c9676bPrevent glob injection in ActiveStorage DiskService#delete_prefixed