Showing 57 of 57 total issues
ReDoS based DoS vulnerability in Active Support’s underscore Open
activesupport (6.0.2.2)
- Read upRead up
- Exclude checks
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)
- Read upRead up
- Exclude checks
TZInfo relative path traversal vulnerability allows loading of arbitrary files Open
tzinfo (1.2.6)
- Read upRead up
- Exclude checks
Potentially unintended unmarshalling of user-provided objects in MemCacheStore and RedisCacheStore Open
activesupport (6.0.2.2)
- Read upRead up
- Exclude checks
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']
- Read upRead up
- Exclude checks
Line length Open
- [`MediaTypes`](https://github.com/SleeplessByte/media-types-ruby): :gem: Library to create media type definitions, schemes and validations
- Read upRead up
- Exclude checks
Line is too long. [94/80] Open
'[media type validation] The data being sent as %<media_type>s is invalid:' + "\n" \
- Exclude checks
Line length Open
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
- Read upRead up
- Exclude checks
Line length Open
version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version,
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
require "media_types/validation"
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
VERSION = "0.2.0"
- Read upRead up
- Exclude checks
Code block style Open
$ gem install media_types-validation
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
t.libs << "test"
- Read upRead up
- Exclude checks
Line is too long. [87/80] Open
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
- Exclude checks
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'
- Read upRead up
- Exclude checks
Line length Open
- [`MediaTypes::Serialization`](https://github.com/XPBytes/media_types-serialization): :cyclone: Add media types supported serialization using your favourite serializer
- Read upRead up
- Exclude checks
Line length Open
# -> serializer has .current_media_type which returns the MediaType::Constructable for the current state
- Read upRead up
- Exclude checks
Line length Open
By default, this method only outputs to `stderr` when something is wrong; see configuration below if you want to assign
- Read upRead up
- Exclude checks
Line length Open
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the
- Read upRead up
- Exclude checks
Line is too long. [96/80] Open
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
- Exclude checks