Merge pull request #1114 from flatcar/dongsu/torcx-yaml

overlay torcx: update gopkg.in/yaml.v3 to 3.0.0
This commit is contained in:
Dongsu Park 2023-09-08 17:02:09 +02:00 committed by GitHub
commit 4027b8908f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- torcx ([CVE-2022-28948](https://nvd.nist.gov/vuln/detail/CVE-2022-28948))

View File

@ -11,7 +11,7 @@ COREOS_GO_GO111MODULE="off"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="3e7173395658a7e43ec0cb0dd2077795931d857f" # flatcar-master
CROS_WORKON_COMMIT="212a152e3eaf50232762011a5d9d29a4f0f8dfb9" # flatcar-master
KEYWORDS="amd64 arm64"
fi