Pattern: Disabled deep munge
Issue: -
Checks for disabling the deep munge security control. Disabling this security setting can leave the application open to unsafe query generation.
# bad
config.action_dispatch.perform_deep_munge = false
Pattern: Disabled deep munge
Issue: -
Checks for disabling the deep munge security control. Disabling this security setting can leave the application open to unsafe query generation.
# bad
config.action_dispatch.perform_deep_munge = false