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

Add ability to sign JWS' during intruder attack #21

Merged
merged 4 commits into from
Feb 12, 2024

Conversation

BafDyce
Copy link
Contributor

@BafDyce BafDyce commented Feb 8, 2024

This PR adds another Intruder setting to select a configured signing key. If one is selected when processPayload is called, the JWS is signed with the key. If any error happens, we fall back to the current behavior of using the original signature.

Feel free to give feedback, or make adjustments to the code, as I have not coded in Java in years.

@DolphFlynn
Copy link
Owner

Thanks for your PR. I think adding signing to the payload processor is a great idea.

I'll have a look at your changes over the weekend.

@DolphFlynn
Copy link
Owner

Hi,

I've had an initial look at the PR and like what it's trying to do.

Please can you add com.blackberry.jwteditor.utils.Constants and I'll merge the PR.

Thank you again for the submission.

@BafDyce
Copy link
Contributor Author

BafDyce commented Feb 12, 2024

Sorry for forgetting the file. Pushed it now :) You're welcome and also thanks to you for creating this extension in the first place.

@DolphFlynn DolphFlynn merged commit 26cbe67 into DolphFlynn:main Feb 12, 2024
1 check passed
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.

2 participants