We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Inbound Parse API does not provide any security controls against a malicious sender.
https://github.com/sendgrid/sendgrid-java/blob/main/USAGE.md#create-a-parse-setting
A backward-compatibe and quick solution might be a Message Authentication Code sent via X-MAC header i.e a salted by the API key hash of the payload.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Summary
Inbound Parse API does not provide any security controls against a malicious sender.
Steps to Reproduce
https://github.com/sendgrid/sendgrid-java/blob/main/USAGE.md#create-a-parse-setting
Technical Details
A backward-compatibe and quick solution might be a Message Authentication Code sent via X-MAC header i.e a salted by the API key hash of the payload.
References
The text was updated successfully, but these errors were encountered: