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

Pageview ID shouldn't be generated from the tracker #347

Merged
merged 1 commit into from
May 2, 2022
Merged

Conversation

LKaemmerling
Copy link
Contributor

The ID should always be server generated - so in this case from the collector. Generating it on the client and just "storing" it on the collector makes it difficult and insecure. Because of backward compability we limit the generated UUID to only 32 chars.

Closes #322
Closes #312

Signed-off-by: Lukas Kämmerling [email protected]

The ID should always be server generated - so in this case from the collector. Generating it on the client and just "storing" it on the collector makes it difficult and insecure. Because of backward compability we limit the generated UUID to only 32 chars.

Closes #322
Closes #312

Signed-off-by: Lukas Kämmerling <[email protected]>
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

Successfully merging this pull request may close these issues.

Quote characters in pageviews id column possible SQL injection vulnerability
1 participant