Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Go 1.15] h2-bundle: fix CVE-2023-39325 #137

Merged
merged 2 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .github/workflows/gating.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: "Test Pull Request"

on:
pull_request:
branches:
- 'main'
- 'go1.*-fips-release'
- 'go1.*-openssl-fips'

# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
permissions:
actions: none
checks: read
contents: none
deployments: none
id-token: none
issues: read
discussions: read
packages: none
pages: none
pull-requests: read
repository-projects: none
security-events: none
statuses: none

jobs:
test_pr:
# Look up the images for each selected compose
name: "Test Pull Request"
uses: golang-fips/release/.github/workflows/test-ubi-centos.yml@main
with:
go_fips_ref: ${{ github.event.pull_request.head.sha }}
composes: "ubi7,ubi8,ubi9,c8s,c9s"
62 changes: 60 additions & 2 deletions src/net/http/h2_bundle.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading