Skip to content

Fix PR checks by removing committed binaries and patching vulnerable x/net#295

Merged
ReneWerner87 merged 2 commits into
masterfrom
copilot/remove-not-needed-binaries
May 29, 2026
Merged

Fix PR checks by removing committed binaries and patching vulnerable x/net#295
ReneWerner87 merged 2 commits into
masterfrom
copilot/remove-not-needed-binaries

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 29, 2026

Pull Request Guide

Please provide enough information so that others can review your pull request:

Explain the details for making this change. What existing problem does the pull request solve?

This PR addresses failing checks caused by committed build artifacts and a govulncheck failure on GO-2026-5026 from golang.org/x/net@v0.54.0.
It removes non-source binaries from the repo and updates the vulnerable module to the patched release.

  • Repository cleanup

    • Removed committed binaries:
      • /tmp/workspace/gofiber/cli/fiber/fiber
      • /tmp/workspace/gofiber/cli/fiber_final
    • Added ignore rules to prevent reintroduction:
      • /fiber/fiber
      • /fiber_final
  • Dependency security update

    • Upgraded golang.org/x/net from v0.54.0 to v0.55.0 (fixed for GO-2026-5026)
    • Updated transitive golang.org/x/sys from v0.44.0 to v0.45.0
// go.mod
- golang.org/x/net v0.54.0 // indirect
+ golang.org/x/net v0.55.0 // indirect

Commit formatting

Use emojis on commit messages so it provides an easy way of identifying the purpose or intention of a commit. Check out the emoji cheatsheet here: https://gitmoji.carloscuesta.me

@ReneWerner87 ReneWerner87 marked this pull request as ready for review May 29, 2026 20:45
@ReneWerner87 ReneWerner87 requested a review from a team as a code owner May 29, 2026 20:45
@ReneWerner87 ReneWerner87 requested review from Copilot, efectn, gaby and sixcolors and removed request for a team May 29, 2026 20:45
Copy link
Copy Markdown

Copilot AI left a comment

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.

@ReneWerner87 ReneWerner87 added the 🤖 Dependencies Pull requests that update a dependency file label May 29, 2026
Copilot AI changed the title Remove unnecessary checked-in binaries Fix PR checks by removing committed binaries and patching vulnerable x/net May 29, 2026
Copilot AI requested a review from ReneWerner87 May 29, 2026 20:54
@ReneWerner87 ReneWerner87 added the ☢️ Bug Something isn't working label May 29, 2026
@ReneWerner87 ReneWerner87 merged commit 7c687db into master May 29, 2026
14 checks passed
@ReneWerner87 ReneWerner87 deleted the copilot/remove-not-needed-binaries branch May 29, 2026 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

☢️ Bug Something isn't working 🤖 Dependencies Pull requests that update a dependency file 🧹 Updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants