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

veredise audit fix: Un-normalized signature/DKIM keys #26

Merged
merged 12 commits into from
Jan 13, 2025

Conversation

jp4g
Copy link
Contributor

@jp4g jp4g commented Nov 29, 2024

Addresses Veredise Audit Issue: Un-normalized signature/DKIM keys

The same signature can be represented multiple different ways without range checking the limbs of the signature. This fix simply uses signature.validate_in_range() to ensure each limb is checked. It additionally uses the prescribed unit test with an expectation of failure to demonstrate remediation of this issue.

Stack order: 4

@jp4g jp4g merged commit 52c5bb4 into main Jan 13, 2025
4 checks 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.

1 participant