-
Notifications
You must be signed in to change notification settings - Fork 6
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
Validate UUID before using it #68
Labels
bug
Something isn't working
Comments
adietish
added a commit
to adietish/intellij-redhat-telemetry
that referenced
this issue
Apr 11, 2023
Signed-off-by: Andre Dietisheim <adietish@redhat.com>
adietish
added a commit
to adietish/intellij-redhat-telemetry
that referenced
this issue
Apr 12, 2023
Signed-off-by: Andre Dietisheim <adietish@redhat.com>
adietish
added a commit
to adietish/intellij-redhat-telemetry
that referenced
this issue
Apr 12, 2023
Signed-off-by: Andre Dietisheim <adietish@redhat.com>
adietish
added a commit
to adietish/intellij-redhat-telemetry
that referenced
this issue
Apr 12, 2023
Signed-off-by: Andre Dietisheim <adietish@redhat.com>
adietish
added a commit
to adietish/intellij-redhat-telemetry
that referenced
this issue
Apr 12, 2023
Signed-off-by: Andre Dietisheim <adietish@redhat.com> Co-authored-by: Stephane Bouchet <sbouchet@redhat.com>
adietish
added a commit
to adietish/intellij-redhat-telemetry
that referenced
this issue
Apr 12, 2023
Signed-off-by: Andre Dietisheim <adietish@redhat.com> Co-authored-by: Stephane Bouchet <sbouchet@redhat.com> Co-authored-by: Fred Bricon <fbricon@redhat.com>
adietish
added a commit
that referenced
this issue
Apr 12, 2023
Signed-off-by: Andre Dietisheim <adietish@redhat.com> Co-authored-by: Stephane Bouchet <sbouchet@redhat.com> Co-authored-by: Fred Bricon <fbricon@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given that the UUID can be altered manually in the file (see comment at https://plugins.jetbrains.com/plugin/16209-telemetry-by-red-hat/reviews#review=81120), we should validate the UUID before using it.
ex. as discussed at Baeldung: https://www.baeldung.com/java-validate-uuid-string#hexagonal
The text was updated successfully, but these errors were encountered: