ianks/attr-gather

View on GitHub

Showing 4 of 4 total issues

Update bundled libxml2 to v2.10.3 to resolve multiple CVEs
Open

nokogiri (1.13.4)
Severity: Minor
Found in Gemfile.lock by bundler-audit

Improper Handling of Unexpected Data Type in Nokogiri
Open

nokogiri (1.13.4)
Severity: Critical
Found in Gemfile.lock by bundler-audit

Integer Overflow or Wraparound in libxml2 affects Nokogiri
Open

nokogiri (1.13.4)
Severity: Critical
Found in Gemfile.lock by bundler-audit

Method deep_merge has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

def deep_merge(hash, other)
hash.to_h.merge(other) do |_, orig, new|
if orig.respond_to?(:to_hash) && new.respond_to?(:to_hash)
deep_merge(orig.to_h, new.to_h)
elsif concattable?(orig, new)
Severity: Minor
Found in lib/attr/gather/aggregators/deep_merge.rb - About 25 mins to fix
Severity
Category
Status
Source
Language