We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the following cypher query:
MATCH p=((n:Computer)-[r2:MemberOf*1..]->(g:Group)) WHERE NONE(n IN nodes(p) WHERE n.objectid = "test123") RETURN p
results in the following errors being shown, albeit the queries work just fine:
mismatched input '(' expecting {')',SP}
mismatched input 'WHERE' expecting {<EOF>,';'}
no
No errors should be displayed
Errors are displayed
BloodHound: v5.15.0
Browser (if UI related): Firefox 129.0.2
Node.js (if UI related: 18.19.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description:
Using the following cypher query:
results in the following errors being shown, albeit the queries work just fine:
mismatched input '(' expecting {')',SP}
mismatched input 'WHERE' expecting {<EOF>,';'}
Are you intending to fix this bug?
no
Component(s) Affected:
Steps to Reproduce:
Expected Behavior:
No errors should be displayed
Actual Behavior:
Errors are displayed
Screenshots/Code Snippets/Sample Files:
Environment Information:
BloodHound: v5.15.0
Browser (if UI related): Firefox 129.0.2
Node.js (if UI related: 18.19.0
Contributor Checklist:
The text was updated successfully, but these errors were encountered: