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

Grouping of logical operators in object path #1101

Closed
BernieWhite opened this issue Jun 7, 2022 · 0 comments · Fixed by #1102
Closed

Grouping of logical operators in object path #1101

BernieWhite opened this issue Jun 7, 2022 · 0 comments · Fixed by #1102
Assignees
Labels
bug Something isn't working
Milestone

Comments

@BernieWhite
Copy link
Member

Description of the issue

Parsing of grouped logical expressions in object path is incorrect.

To Reproduce

Steps to reproduce the issue:

parameters[?(@.type == 'secureString' || @.type == 'secureObject') && @.defaultValue]

Expected behaviour

Object should group @.type with logical or then and the existance of @.defaultValue. Currently grouping tokens are ignored.

Module in use and version:

  • Module: PSRule
  • Version: 2.1.0
@BernieWhite BernieWhite added the bug Something isn't working label Jun 7, 2022
@BernieWhite BernieWhite added this to the v2.2.0 milestone Jun 7, 2022
@BernieWhite BernieWhite self-assigned this Jun 7, 2022
BernieWhite added a commit to BernieWhite/PSRule that referenced this issue Jun 7, 2022
@BernieWhite BernieWhite mentioned this issue Jun 30, 2022
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant