-
-
Notifications
You must be signed in to change notification settings - Fork 434
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
#335 Removing deprecated fields #337
Conversation
@@ -298,23 +286,20 @@ public JWTVulnerability(IJWTTokenGenerator libBasedJWTGenerator, IJWTValidator j | |||
vulnerabilityExposed = VulnerabilityType.CLIENT_SIDE_VULNERABLE_JWT, | |||
description = "COOKIE_WITH_HTTPONLY_WITHOUT_SECURE_FLAG_BASED_JWT_VULNERABILITY") | |||
@AttackVector( | |||
vulnerabilityExposed = {VulnerabilityType.SERVER_SIDE_VULNERABLE_JWT}, | |||
description = "COOKIE_BASED_NULL_BYTE_JWT_VULNERABILITY") | |||
vulnerabilityExposed = VulnerabilityType.INSECURE_CONFIGURATION_JWT, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Monoradioactivo can you please fix the ordering of the methods?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Level4 and Level5 are i think swapped.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. Overall, it looks good to me.
- Please remove all these label keys from messages.properties and messages_en_us.properties files in src/main/resource/i18n
- Please rebase the changes as they are having changes from previous commit.
- Please comment on the github issue linked with this PR, that you are working on it.
@@ -0,0 +1,16 @@ | |||
#SampleVulnerability { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these changes are from previous commit.
Hi @Monoradioactivo , Can you please run: Run './gradlew spotlessApply' and push the commit again for fixing indentation failure Thanks, |
Done |
Hi @Monoradioactivo , Thanks a lot for the PR. Merging it. thanks, |
No description provided.