Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catch unsafe vars with built-in operator names #208

Merged
merged 1 commit into from
Dec 22, 2016

Conversation

tsandall
Copy link
Member

The built-in operator names should never have been added to the ReservedVars
set. These changes remove them from the ReservedVars set so they are not
considered global/safe when performing the safety checks.

Fixes #206

The built-in operator names should never have been added to the ReservedVars
set. These changes remove them from the ReservedVars set so they are not
considered global/safe when performing the safety checks.

Fixes open-policy-agent#206
@tsandall tsandall merged commit 5160c68 into open-policy-agent:master Dec 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant