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

inprocess/dir: glob access control is wrong #16

Closed
robpike opened this issue Jul 18, 2016 · 1 comment
Closed

inprocess/dir: glob access control is wrong #16

robpike opened this issue Jul 18, 2016 · 1 comment

Comments

@robpike
Copy link
Contributor

robpike commented Jul 18, 2016

The test for List permission needs to be done in the loop over "this". As written, a pattern like a/STAR/b/STAR will cause the code to call access.Can("a/STAR/b"), which is nonsense. (Here STAR means asterisk, which github won't let me show.)

@robpike
Copy link
Contributor Author

robpike commented Aug 26, 2016

Fixed long ago.

@robpike robpike closed this as completed Aug 26, 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

No branches or pull requests

1 participant