Skip to content

Files

Latest commit

 

History

History
18 lines (11 loc) · 462 Bytes

GitlabSecurity-DeepMunge.md

File metadata and controls

18 lines (11 loc) · 462 Bytes

Pattern: Disabled deep munge

Issue: -

Description

Checks for disabling the deep munge security control. Disabling this security setting can leave the application open to unsafe query generation.

Examples

# bad
config.action_dispatch.perform_deep_munge = false

Further Reading