Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Merge pull request from GHSA-2qjp-425j-52j9
[release/1.6] CRI stream server: Fix goroutine leak in Exec
- Loading branch information
Showing
3 changed files
with
32 additions
and
4 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
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,19 @@ | ||
| # commit to be tagged for new release | ||
| commit = "HEAD" | ||
|
|
||
| project_name = "containerd" | ||
| github_repo = "containerd/containerd" | ||
| match_deps = "^github.com/(containerd/[a-zA-Z0-9-]+)$" | ||
|
|
||
| # previous release | ||
| previous = "v1.6.11" | ||
|
|
||
| pre_release = false | ||
|
|
||
| preface = """\ | ||
| The twelfth patch release for containerd 1.6 contains a fix for CVE-2022-23471. | ||
| ### Notable Updates | ||
| * **Fix goroutine leak during Exec in CRI plugin** ([GHSA-2qjp-425j-52j9](https://github.com/containerd/containerd/security/advisories/GHSA-2qjp-425j-52j9)) | ||
| See the changelog for complete list of changes""" |
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