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

elnode wiki does not properly validate authentication on GET #17

Open
nicferrier opened this issue Jul 17, 2012 · 1 comment
Open

elnode wiki does not properly validate authentication on GET #17

nicferrier opened this issue Jul 17, 2012 · 1 comment
Assignees

Comments

@nicferrier
Copy link
Owner

https://github.com/nicferrier/elnode/blob/master/elnode-wiki.el#L148

this code just checks the cookie, it doesn't check that the cookie is still valid. we need a new function authenticated-p that checks the cookie.

I guess that the authenticated-p function needs to be aware of the authentication scheme because it might not be cookie checking.

@ghost ghost assigned nicferrier Jul 17, 2012
@nicferrier
Copy link
Owner Author

Not a critical bug I think... if you try and edit the authentication will be checked properly.

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