Skip to content

chore: resolve open dependabot security alerts - #180

Merged
jonathannorris merged 4 commits into
mainfrom
chore/dependabot-alerts
Jul 28, 2026
Merged

chore: resolve open dependabot security alerts#180
jonathannorris merged 4 commits into
mainfrom
chore/dependabot-alerts

Conversation

@jonathannorris

@jonathannorris jonathannorris commented Jun 1, 2026

Copy link
Copy Markdown
Member

Summary

  • Resolved 9 open Dependabot security alerts by bumping vulnerable dependencies across affected provider lockfiles.
  • Additionally fixed a pre-existing simplecov gemspec/Gemfile version conflict in openfeature-flagsmith-provider (unrelated to Dependabot, but needed so bundle install doesn't fail on this branch after rebasing onto main).

Dependabot Alerts Resolved

Alert Package Manifest Severity Fix
#47 faraday providers/openfeature-go-feature-flag-provider/Gemfile.lock high Bumped 2.14.2 to 2.14.3
#46 faraday providers/openfeature-ofrep-provider/Gemfile.lock high Bumped 2.14.2 to 2.14.3
#45 faraday providers/openfeature-flagsmith-provider/Gemfile.lock high Bumped 2.14.2 to 2.14.3
#41 faraday providers/openfeature-go-feature-flag-provider/Gemfile.lock low Bumped 2.14.1 to 2.14.3
#40 faraday providers/openfeature-ofrep-provider/Gemfile.lock low Bumped 2.14.1 to 2.14.3
#39 faraday providers/openfeature-flagsmith-provider/Gemfile.lock low Bumped 2.14.1 to 2.14.3
#35 addressable providers/openfeature-flagsmith-provider/Gemfile.lock high Bumped 2.8.9 to 2.9.0
#34 addressable providers/openfeature-go-feature-flag-provider/Gemfile.lock high Bumped 2.8.7 to 2.9.0
#29 json providers/openfeature-meta_provider/Gemfile.lock high Bumped 2.19.0 to 2.19.7

Verification

  • bundle exec rspec and bundle exec rubocop pass on each affected provider: go-feature-flag (82 examples), ofrep (44 examples), flagsmith (89 examples), meta_provider (58 examples).

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates several dependency versions across multiple Gemfile.lock files for various OpenFeature providers, including openfeature-flagsmith-provider, openfeature-go-feature-flag-provider, openfeature-meta_provider, and openfeature-ofrep-provider. Specifically, it bumps versions for dependencies such as addressable, faraday, faraday-net_http, json, and public_suffix. There are no review comments, and I have no feedback to provide.

@jonathannorris
jonathannorris force-pushed the chore/dependabot-alerts branch from 2731d8d to 05604d0 Compare June 2, 2026 14:59
@jonathannorris
jonathannorris marked this pull request as ready for review June 2, 2026 17:51
@jonathannorris
jonathannorris requested review from askpt and toddbaert June 2, 2026 17:54
@jonathannorris
jonathannorris force-pushed the chore/dependabot-alerts branch from 05604d0 to 7d0904b Compare June 5, 2026 19:09
@jonathannorris
jonathannorris marked this pull request as draft June 8, 2026 14:37
@jonathannorris
jonathannorris requested a review from Copilot June 8, 2026 14:37

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jonathannorris
jonathannorris marked this pull request as ready for review June 8, 2026 14:38
@jonathannorris
jonathannorris enabled auto-merge (squash) June 8, 2026 14:38
@jonathannorris
jonathannorris force-pushed the chore/dependabot-alerts branch 2 times, most recently from 86882d7 to 28233e4 Compare June 22, 2026 14:09
@coderabbitai

coderabbitai Bot commented Jun 22, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: b33097ed-e175-4fcf-be91-6b10c13f07cd

📥 Commits

Reviewing files that changed from the base of the PR and between 50c0623 and 41e5e85.

⛔ Files ignored due to path filters (8)
  • hooks/openfeature-otel-hook/Gemfile.lock is excluded by !**/*.lock
  • providers/openfeature-flagd-provider/Gemfile.lock is excluded by !**/*.lock
  • providers/openfeature-flagsmith-provider/Gemfile.lock is excluded by !**/*.lock
  • providers/openfeature-flipt-provider/Gemfile.lock is excluded by !**/*.lock
  • providers/openfeature-go-feature-flag-provider/Gemfile.lock is excluded by !**/*.lock
  • providers/openfeature-meta_provider/Gemfile.lock is excluded by !**/*.lock
  • providers/openfeature-ofrep-provider/Gemfile.lock is excluded by !**/*.lock
  • providers/openfeature-optimizely-provider/Gemfile.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • providers/openfeature-flagsmith-provider/openfeature-flagsmith-provider.gemspec
🚧 Files skipped from review as they are similar to previous changes (1)
  • providers/openfeature-flagsmith-provider/openfeature-flagsmith-provider.gemspec

📝 Walkthrough

Walkthrough

The provider gemspec updates its SimpleCov development dependency constraint from ~> 0.22 to ~> 1.0.

Changes

SimpleCov Dependency

Layer / File(s) Summary
Update SimpleCov constraint
providers/openfeature-flagsmith-provider/openfeature-flagsmith-provider.gemspec
Changes the development dependency constraint for simplecov from ~> 0.22 to ~> 1.0.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: zaimwa9, josecolella, dabeeeenster

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the dependency/security alert cleanup in this changeset.
Description check ✅ Passed The description is directly related and matches the dependency bumps and gemspec conflict fix in the PR.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@jonathannorris
jonathannorris force-pushed the chore/dependabot-alerts branch 2 times, most recently from d6bf75d to 90c8919 Compare July 6, 2026 14:16
@jonathannorris
jonathannorris marked this pull request as draft July 6, 2026 14:17
auto-merge was automatically disabled July 6, 2026 14:17

Pull request was converted to draft

@jonathannorris
jonathannorris force-pushed the chore/dependabot-alerts branch from 90c8919 to cf77c27 Compare July 20, 2026 14:22
@jonathannorris
jonathannorris marked this pull request as ready for review July 20, 2026 14:36
@jonathannorris
jonathannorris enabled auto-merge (squash) July 20, 2026 14:36

@Zaimwa9 Zaimwa9 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks!

@jonathannorris
jonathannorris force-pushed the chore/dependabot-alerts branch from cf77c27 to 50c0623 Compare July 27, 2026 14:26
@jonathannorris
jonathannorris marked this pull request as draft July 27, 2026 14:26
auto-merge was automatically disabled July 27, 2026 14:26

Pull request was converted to draft

@github-actions
github-actions Bot requested review from Zaimwa9 and falghi July 27, 2026 14:27
@jonathannorris
jonathannorris marked this pull request as ready for review July 27, 2026 17:07
@jonathannorris
jonathannorris enabled auto-merge (squash) July 27, 2026 17:07
Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
- faraday 2.14.2 -> 2.14.3 (high, alert #47) in openfeature-go-feature-flag-provider
- faraday 2.14.2 -> 2.14.3 (high, alert #46) in openfeature-ofrep-provider
- faraday 2.14.2 -> 2.14.3 (high, alert #45) in openfeature-flagsmith-provider

Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
The Gemfile requires simplecov ~> 1.0 (bumped in #193) but the gemspec's
dev dependency was still pinned to ~> 0.22, and Gemfile.lock still
resolved simplecov 0.22.0. This conflict makes bundler >= 2.7 refuse to
parse the Gemfile, which would break CI on this branch after rebasing
onto main. Aligning the gemspec constraint and regenerating the lock
resolves the conflict.

Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
- json 2.19.1 -> 2.21.1 (low, alert #48) in openfeature-otel-hook
- json 2.19.2 -> 2.21.1 (low, alert #49) in openfeature-flagd-provider
- json 2.19.2 -> 2.21.1 (low, alert #50) in openfeature-flipt-provider
- json 2.19.7 -> 2.21.1 (low, alert #51) in openfeature-go-feature-flag-provider
- json 2.19.7 -> 2.21.1 (low, alert #52) in openfeature-meta_provider
- json 2.19.7 -> 2.21.1 (low, alert #53) in openfeature-ofrep-provider
- json 2.19.2 -> 2.21.1 (low, alert #54) in openfeature-optimizely-provider

Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
@jonathannorris
jonathannorris force-pushed the chore/dependabot-alerts branch from 50c0623 to 41e5e85 Compare July 27, 2026 19:46
@jonathannorris
jonathannorris merged commit b96958f into main Jul 28, 2026
23 checks passed
@jonathannorris
jonathannorris deleted the chore/dependabot-alerts branch July 28, 2026 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants