Skip to content

Commit

Permalink
upgrade google-protobuf due to potential denial of service issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wendelfabianchinsamy committed Sep 20, 2024
1 parent 0696731 commit 3b0bce4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gem "flipper", "~> 1.2", ">= 1.2.2"
gem "flipper-active_support_cache_store"
gem "gender_detector", "~> 0.1.2"
gem "git", "~> 1.11"
gem "google-protobuf", "3.19.6"
gem "google-protobuf", ">= 3.25.5"
gem "graphql", "1.11.4"
gem "graphql-batch", "~> 0.4.1"
gem "graphql-cache", "~> 0.6.0"
Expand Down
9 changes: 6 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,10 @@ GEM
rchardet (~> 1.8)
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (3.19.6)
google-protobuf (3.25.5-aarch64-linux)
google-protobuf (3.25.5-arm64-darwin)
google-protobuf (3.25.5-x86_64-darwin)
google-protobuf (3.25.5-x86_64-linux)
graphql (1.11.4)
graphql-batch (0.4.3)
graphql (>= 1.3, < 2)
Expand Down Expand Up @@ -819,7 +822,7 @@ DEPENDENCIES
flipper-active_support_cache_store
gender_detector (~> 0.1.2)
git (~> 1.11)
google-protobuf (= 3.19.6)
google-protobuf (>= 3.25.5)
graphql (= 1.11.4)
graphql-batch (~> 0.4.1)
graphql-cache (~> 0.6.0)
Expand Down Expand Up @@ -882,4 +885,4 @@ DEPENDENCIES
webmock (~> 3.18, >= 3.18.1)

BUNDLED WITH
2.5.6
2.5.6

0 comments on commit 3b0bce4

Please sign in to comment.