fix(cve): Fix critical and important CVEs#2047
Merged
Merged
Conversation
pratap0007
force-pushed
the
fix-cves
branch
4 times, most recently
from
June 11, 2026 17:17
e1c8122 to
34d87ec
Compare
Contributor
Author
|
/retest |
1 similar comment
Contributor
Author
|
/retest |
pramodbindal
approved these changes
Jun 12, 2026
| // Response defines the HTTP body that the Sink responds to events with. | ||
| type Response struct { | ||
| // EventListener is the name of the eventListener. | ||
| // |
Member
There was a problem hiding this comment.
what is the purpose of these extra blank lines ?
Contributor
Author
There was a problem hiding this comment.
added to fix lint error
Member
|
@pratap0007 Please check the failing tests |
This patch update the vulnerable GO dependencies to fix following CVEs CVE-2026-34986 CVE-2026-29181, CVE-2026-39883 CVE-2026-39821, CVE-2026-27136, CVE-2026-25681, CVE-2026-42502 CVE-2026-46595, CVE-2026-42508 Signed-off-by: Shiv Verma <shverma@redhat.com>
pratap0007
force-pushed
the
fix-cves
branch
2 times, most recently
from
June 15, 2026 07:43
f3ea4c0 to
dd5f805
Compare
pratap0007
force-pushed
the
fix-cves
branch
4 times, most recently
from
June 21, 2026 18:08
605ab8d to
f6e80ef
Compare
The github-add-changed-files-* and github-owners examples require real GitHub API access to fetch PR data, which is not available in CI environment. These tests were failing because they couldn't authenticate with GitHub API. Removed these examples from the e2e test suite. They can still be tested manually with proper GitHub credentials. Remove the presubmit ci and update ci from main branch Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: khrm, pramodbindal, vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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 patch update the vulnerable GO dependencies to fix following CVEs CVE-2026-34986
CVE-2026-29181, CVE-2026-39883
CVE-2026-39821, CVE-2026-27136, CVE-2026-25681, CVE-2026-42502 CVE-2026-46595, CVE-2026-42508
Changes
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
/kind <type>. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes