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

Fake logging events? #55

Open
beeekind opened this issue Jun 14, 2016 · 1 comment
Open

Fake logging events? #55

beeekind opened this issue Jun 14, 2016 · 1 comment
Labels

Comments

@beeekind
Copy link

First off I apologize if this is a naive question but, if this is entirely client-sided, couldn't a malicious user send fake logs or an absurd number of logs trivially via just using the chrome console? I'd love, love, love, to include client side logs to my log aggregation, but it seems like a huge risk to me.

@ajbrown
Copy link
Owner

ajbrown commented Jun 14, 2016

Hi @bjones6. That's certainly a risk you take by doing things on the client side. The other risk is that your logging endpoint is exposed as well, so it can even be done offline.

I'm not really sure of a good way around this. Maybe someone else might chime in.

I'd suggest you make sure you're using a separate log stream for client side logging, and consider the logs through that stream as disposable.

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

No branches or pull requests

2 participants