Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ GEM
jbuilder (2.14.1)
actionview (>= 7.0.0)
activesupport (>= 7.0.0)
json (2.15.0)
json (2.19.5)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
logger (1.7.0)
Expand Down Expand Up @@ -180,7 +180,7 @@ GEM
racc (~> 1.4)
packs-specification (0.0.10)
sorbet-runtime
parallel (1.27.0)
parallel (2.1.0)
parse_packwerk (0.26.1)
bigdecimal
sorbet-runtime
Expand All @@ -195,7 +195,7 @@ GEM
syntax_tree-rbs (>= 0.2.0)
prettier_print (1.2.1)
prettyprint (0.2.0)
prism (1.5.1)
prism (1.9.0)
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -251,27 +251,27 @@ GEM
rdoc (6.14.2)
erb
psych (>= 4.0.0)
regexp_parser (2.11.3)
regexp_parser (2.12.0)
reline (0.6.2)
io-console (~> 0.5)
rexml (3.4.4)
rollbar (3.6.2)
rubocop (1.80.2)
rubocop (1.86.1)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 HIGH RISK

The versions for rubocop (1.86.1) and its dependencies (json 2.19.5, parallel 2.1.0) do not exist on the public RubyGems registry. Furthermore, the internal dependency constraint for 'parallel' was changed from '~> 1.10' to '>= 1.10' to accommodate this non-existent version jump. This is a strong indicator of a dependency confusion attack. Verify the availability of these versions on RubyGems.org and inspect the Gemfile for untrusted sources or malicious overrides.

json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parallel (>= 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.46.0, < 2.0)
rubocop-ast (>= 1.49.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-anycable-rails (1.6.0)
rubocop (>= 1.0)
rubocop-ast (1.47.1)
rubocop-ast (1.49.1)
parser (>= 3.3.7.2)
prism (~> 1.4)
prism (~> 1.7)
rubocop-capybara (2.22.1)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
Expand Down Expand Up @@ -422,7 +422,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.1.0)
unicode-emoji (4.2.0)
uri (1.0.3)
useragent (0.16.11)
version_gem (1.1.9)
Expand Down
Loading