Skip to content

Bump tree-sitter docs Gemfile.lock to clear 4 security advisories#55

Merged
bgn64 merged 1 commit into
mainfrom
benjaming/bump-tree-sitter-docs-gems
May 12, 2026
Merged

Bump tree-sitter docs Gemfile.lock to clear 4 security advisories#55
bgn64 merged 1 commit into
mainfrom
benjaming/bump-tree-sitter-docs-gems

Conversation

@bgn64

@bgn64 bgn64 commented May 12, 2026

Copy link
Copy Markdown
Contributor

Bumps 4 gems in the vendored upstream tree-sitter Jekyll-docs Gemfile.lock to clear scanner advisories:

  • json 2.15.1 -> 2.15.2.1
  • addressable 2.8.7 -> 2.9.0
  • nokogiri 1.18.10 -> 1.19.3 (linux + windows platform variants)

Profile Explorer doesn't build or ship these gems. Same propagation pattern as #27:

  • bgn64/tree-sitter @ profile-explorer: 00e55c42 -> ad70650e
  • bgn64/csharp-tree-sitter @ profile-explorer: 66f35bc4 -> 2e54cfb5
  • this repo: submodule pointer bump

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

…dates

Walks new SHAs outward from a 4-line lockfile-only change in the upstream
tree-sitter project's Jekyll docs site, clearing four security advisories:

- json 2.15.1 -> 2.15.2.1 (format-string injection)
- addressable 2.8.7 -> 2.9.0 (URI-template ReDoS)
- nokogiri 1.18.10 -> 1.19.3, both x64-mingw-ucrt and x86_64-linux-gnu
  platform variants (CSS-selector ReDoS)

Inner change: bgn64/tree-sitter@profile-explorer 00e55c42 -> ad70650e
Middle bump: bgn64/csharp-tree-sitter@profile-explorer 66f35bc4 -> 2e54cfb5
Outer bump: src/external/tree-sitter/csharp-tree-sitter pointer

Profile Explorer does not build or ship these gems; the lockfile is only
flagged because it's checked in. Same propagation pattern as PR #27
(commit 026a040).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 12, 2026 20:43

Copilot AI 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.

Pull request overview

This PR updates the vendored Tree-sitter C# integration by advancing the src/external/tree-sitter/csharp-tree-sitter submodule pointer so that the upstream Tree-sitter docs Gemfile.lock (inside the submodule chain) reflects newer gem versions and clears four reported security advisories.

Changes:

  • Advance src/external/tree-sitter/csharp-tree-sitter to a newer submodule commit that includes the Gemfile.lock version bumps for json, addressable, and platform-specific nokogiri.
  • No changes to Profile Explorer’s .NET code; update is confined to the external dependency pointer.

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

@bgn64 bgn64 merged commit f097c46 into main May 12, 2026
10 checks passed
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.

4 participants