
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
emailvalidation-ruby is the official Ruby Wrapper around the emailvalidation API.
Add this line to your application's Gemfile:
gem 'emailvalidationio'
And then execute:
$ bundle
Or install it yourself as:
$ gem install emailvalidationio
You will need your apikey to use emailvalidation, you can get one https://app.emailvalidation.io/register.
Create an instance and pass your api key like here:
emailvalidation = emailvalidationio::Endpoints.new(:apikey => 'APIKEY')
Use the instance to call the endpoints
Returns your current quota
emailvalidation.status()
Checks the provided email address and returns all available information.
emailvalidationio.validate(email, catch_all = '')
| Parameter | Data type | Mandatory | Description | --------------| --- | ----------- | --- | ----------- | | email | string | yes | The email address you want to check | | catch_all | boolean | no | If set to 1 we check if the email domain is a catch-all enabled domain (Only available in higher up plans)|
You can find further information on https://emailvalidation.io/docs/
Bug reports and pull requests are welcome on GitHub at https://github.com/everapihq/emailvalidation-ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the emailvalidation project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
FAQs
Unknown package
We found that emailvalidationio 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
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.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.