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

[Bug] rbac_api.go GetNamedImplicitPermissionsForUser got panic that runtime error: index out of range [-1] #1330

Open
csdz opened this issue Oct 16, 2023 · 1 comment

Comments

@csdz
Copy link

csdz commented Oct 16, 2023

domainIndex, _ := e.GetFieldIndex(ptype, constant.DomainIndex)

GetFieldIndex maybe return domainIndex=-1
when len(domain) == 1 and go to line 312
matched := rm.Match(d, rule[domainIndex])

rule[-1] got panic
runtime error: index out of range [-1]

@csdz csdz added the bug label Oct 16, 2023
@casbin-bot
Copy link
Member

@tangyang9464 @JalinWang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants