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

Java: Fix alert message #14126

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

intrigus-lgtm
Copy link
Contributor

The signing key that is being set, is not what is being parsed.
A JWT is being parsed, that will then be verified using the set key.
(Or in our case not, because we're looking for security problems :P)

CC: @erik-krogh

@intrigus-lgtm intrigus-lgtm requested a review from a team as a code owner September 3, 2023 23:54
@github-actions github-actions bot added the Java label Sep 3, 2023
The signing key that is being set, is _not_ what is being parsed.
A _JWT_ is being parsed, that will then be verified using the set key.
(Or in our case not, because we're looking for security problems :P)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant