Skip to content

Commit

Permalink
[Go 1.15] h2-bundle: fix CVE-2023-39325 (#137)
Browse files Browse the repository at this point in the history
* enable mainline gating

* h2-bundle: fix CVE-2023-39325

Backport of golang/net@b225e7c

---------

Co-authored-by: Derek Parker <[email protected]>
  • Loading branch information
dbenoit17 and derekparker authored Oct 12, 2023
1 parent 58ecfba commit c18fcd3
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 2 deletions.
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.

0 comments on commit c18fcd3

Please sign in to comment.