Remediate open Ruby dependency vulnerabilities by removing blocked sqlite3 chain and upgrading patched gems - #27
Draft
stevenjmesser with Copilot wants to merge 3 commits into
Draft
Remediate open Ruby dependency vulnerabilities by removing blocked sqlite3 chain and upgrading patched gems#27stevenjmesser with Copilot wants to merge 3 commits into
stevenjmesser with Copilot wants to merge 3 commits into
Conversation
Copilot
AI
changed the title
[WIP] Fix security vulnerabilities identified by Dependabot
Remediate open Ruby dependency vulnerabilities by removing blocked sqlite3 chain and upgrading patched gems
Jul 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR addresses open security vulnerabilities in the Ruby dependency graph (prioritizing Dependabot remediation) and updates the repo to a vulnerability-free lockfile state. The key blocker was a transitive
sqlite3constraint that prevented upgrading to a patched line.Alert remediation summary
sqlite3chain by removingjekyll_ai_related_posts(it pinnedsqlite3 ~> 1.4, incompatible with patched advisory requirements).Gemfile.lockto patched versions:concurrent-ruby1.3.6→1.3.8(patched>= 1.3.7)json2.19.4→2.21.1(patched>= 2.19.9)nokogiri1.18.6→1.19.4(patched>= 1.19.4)faradayandsqlite3.Dependency/config changes
Gemfilegem 'jekyll_ai_related_posts', git: 'https://github.com/stevenjmesser/jekyll_ai_related_posts.git'_config.ymljekyll_ai_related_postsfrompluginsai_related_postsconfig blockGemfile.lockRepresentative change