-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Go 1.15] h2-bundle: fix CVE-2023-39325 (#137)
* enable mainline gating * h2-bundle: fix CVE-2023-39325 Backport of golang/net@b225e7c --------- Co-authored-by: Derek Parker <[email protected]>
- Loading branch information
1 parent
58ecfba
commit c18fcd3
Showing
2 changed files
with
93 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
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" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.