XPBytes/media_types-validation

View on GitHub

Showing 57 of 57 total issues

ReDoS based DoS vulnerability in Active Support’s underscore
Open

activesupport (6.0.2.2)
Severity: Minor
Found in Gemfile.lock by bundler-audit

Method has too many lines. [16/10]
Open

def json_valid_media?(body, media_type:)
json_valid_media_or_throw?(body, media_type: media_type)
rescue ::MediaTypes::Scheme::ValidationError => err
if json_invalid_media_proc.respond_to?(:call)
instance_exec(media_type: media_type, err: err, body: body, &json_invalid_media_proc)
Severity: Minor
Found in lib/media_types/validation.rb by rubocop

TZInfo relative path traversal vulnerability allows loading of arbitrary files
Open

tzinfo (1.2.6)
Severity: Critical
Found in Gemfile.lock by bundler-audit

Potentially unintended unmarshalling of user-provided objects in MemCacheStore and RedisCacheStore
Open

activesupport (6.0.2.2)
Severity: Minor
Found in Gemfile.lock by bundler-audit

Block has too many lines. [27/25]
Open

Gem::Specification.new do |spec|
spec.name = 'media_types-validation'
spec.version = MediaTypes::Validation::VERSION
spec.authors = ['Derk-Jan Karrenbeld']
spec.email = ['derk-jan@xpbytes.com']
Severity: Minor
Found in media_types-validation.gemspec by rubocop

Line length
Open

- [`MediaTypes`](https://github.com/SleeplessByte/media-types-ruby): :gem: Library to create media type definitions, schemes and validations
Severity: Info
Found in README.md by markdownlint

Line is too long. [94/80]
Open

'[media type validation] The data being sent as %<media_type>s is invalid:' + "\n" \
Severity: Minor
Found in lib/media_types/validation.rb by rubocop

Line length
Open

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
Severity: Info
Found in CODE_OF_CONDUCT.md by markdownlint

Line length
Open

version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version,
Severity: Info
Found in README.md by markdownlint

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

require "media_types/validation"
Severity: Minor
Found in bin/console by rubocop

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

VERSION = "0.2.0"

Code block style
Open

$ gem install media_types-validation
Severity: Info
Found in README.md by markdownlint

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

t.libs << "test"
Severity: Minor
Found in Rakefile by rubocop

Line is too long. [87/80]
Open

# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Severity: Minor
Found in media_types-validation.gemspec by rubocop

Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency minitest should appear before rake.
Open

spec.add_development_dependency 'minitest', '~> 5.0'
Severity: Minor
Found in media_types-validation.gemspec by rubocop

Line length
Open

- [`MediaTypes::Serialization`](https://github.com/XPBytes/media_types-serialization): :cyclone: Add media types supported serialization using your favourite serializer
Severity: Info
Found in README.md by markdownlint

Line length
Open

# -> serializer has .current_media_type which returns the MediaType::Constructable for the current state
Severity: Info
Found in README.md by markdownlint

Line length
Open

By default, this method only outputs to `stderr` when something is wrong; see configuration below if you want to assign
Severity: Info
Found in README.md by markdownlint

Line length
Open

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the
Severity: Info
Found in README.md by markdownlint

Line is too long. [96/80]
Open

# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
Severity: Minor
Found in media_types-validation.gemspec by rubocop
Severity
Category
Status
Source
Language