vonage-ruby-sdk icon indicating copy to clipboard operation
vonage-ruby-sdk copied to clipboard

Vonage REST API client for Ruby. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.

Results 18 vonage-ruby-sdk issues
Sort by recently updated
recently updated
newest added

Welcome to [Mend for GitHub.com](https://github.com/apps/mend-for-github-com) (formerly WhiteSource). This is an onboarding PR to help you understand and configure settings before Mend starts scanning your repository for security vulnerabilities. :vertical_traffic_light: Mend...

# Instagram Support - Adds Support for Instagram by adding a new channel: `Messaging::Channels::Instagram` - Tests for Messages contents edge cases for text, image, audio and video ## Usage ```ruby...

don't merge

This PR adds some validtion checks to the Verify v2 implementation. Specifically it: - Adds a check to the `SMS` class `from` setter to ensure that: - Numeric values are...

Vulnerable Library - webmock-3.23.0.gem Path to dependency file: /Gemfile.lock Path to vulnerable library: /home/wss-scanner/.gem/ruby/3.2.0/cache/rexml-3.2.6.gem ## Vulnerabilities | CVE | Severity | CVSS | Exploit Maturity | EPSS | Dependency |...

Mend: dependency security vulnerability

After switching HTTP adapter from ```Net::HTTP``` to ```Net::HTTP::Persistent``` proxy support is broken: ``` WARN: TypeError: Parameter 'http': Expected type Net::HTTP, got type Net::HTTP::Persistent with hash 2926599207967444236 Caller: /opt/vendor/bundle/ruby/3.3.0/gems/vonage-7.26.0/lib/vonage/namespace.rb:18 Definition: /opt/vendor/bundle/ruby/3.3.0/gems/vonage-7.26.0/lib/vonage/http.rb:25...

bug

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems Renovate tried to run on this repository, but found these problems....

I want to be able to use any logger. Currently, SemanticLogger is not working for no obvious reason. ``` TypeError: Parameter 'logger': Expected type T.nilable(T.any(ActiveSupport::BroadcastLogger, Logger, Vonage::Logger)), got type SemanticLogger::Logger...