
Security News
CISA’s 2025 SBOM Guidance Adds Hashes, Licenses, Tool Metadata, and Context
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
This is a Griddler adapter that allows you to parse email replies when used with Amazon SES.
Add these lines to your application's Gemfile:
gem 'griddler'
gem 'griddler-ses'
And then execute:
$ bundle
Setup Amazon SES to receive emails -- see http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-setting-up.html
From AWS SES -> Rule Sets, choose to "Create Receipt Rule" and choose to use SNS. Add an action with a new SNS topic that ends in _griddler
, with a Base64 encoding.
Go to AWS SNS (Simple Notification Service) -> Topics. Click on your _griddler
topic. Add a subscription that points to your configured griddler endpoint (the default route is /email_processor
). You're server must be already running to confirm the subscription request!
In your griddler handler, be sure to handle/ignore empty reply emails (ie. check for email.headers.empty?
) to account for the fact that some hooks are just SNS's subscription handling.
Bug reports and pull requests are welcome on GitHub at https://github.com/85x14/griddler-ses.
The gem is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that griddler-ses demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.