diff options
author | Archana Polampalli <archana.polampalli@windriver.com> | 2023-06-27 08:13:33 +0000 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-07-01 08:37:24 -1000 |
commit | 8b56df5241d61efbcc171027d33ace5f9f4127af (patch) | |
tree | 39899ebbebf6c618ed1fdb27dad1ff048f38c19a /scripts/lib/devtool/sdk.py | |
parent | e1f4f895ce3fa0a9b62531a6c232c728ad400391 (diff) | |
download | poky-8b56df5241d61efbcc171027d33ace5f9f4127af.tar.gz |
go: fix CVE-2023-29402
The go command may generate unexpected code at build time when using cgo.
This may result in unexpected behavior when running a go program which uses cgo.
This may occur when running an untrusted module which contains directories
with newline characters in their names. Modules which are retrieved using the go
command, i.e. via "go get", are not affected (modules retrieved using GOPATH-mode,
i.e. GO111MODULE=off, may be affected).
References:
https://nvd.nist.gov/vuln/detail/CVE-2023-29402
Upstream patches:
https://github.com/golang/go/commit/4dae3bbe0e6a5700037bb996ae84d6f457c4f58a
(From OE-Core rev: aeb0829e52c60a77a2135af8332435b6e2db5b3d)
Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'scripts/lib/devtool/sdk.py')
0 files changed, 0 insertions, 0 deletions