Forbid the ansible globals
This commit is contained in:
parent
054b90ebde
commit
c6ce0311ed
1 changed files with 7 additions and 0 deletions
|
|
@ -152,6 +152,13 @@ _FORBIDDEN_REFERENCE_HEADS = frozenset(
|
|||
"request",
|
||||
"get_flashed_messages",
|
||||
"url_for",
|
||||
# Ansible global set
|
||||
"lookup",
|
||||
"q",
|
||||
"query",
|
||||
"now",
|
||||
"omit",
|
||||
"undef",
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue