diff options
| author | Hitendra Prajapati <hprajapati@mvista.com> | 2022-06-20 10:20:09 +0530 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-24 23:57:45 +0100 |
| commit | 2ae3d4362871655e76f82de99cb48666aad40c41 (patch) | |
| tree | 1e20bc47ff0a461c4cdd4bac0a00e43c34e11c56 /meta/recipes-devtools/python/python3-pip_20.0.2.bb | |
| parent | 5582ab6aae497fb03e6f0c5d5902ab13b70c5907 (diff) | |
| download | poky-2ae3d4362871655e76f82de99cb48666aad40c41.tar.gz | |
python-pip: CVE-2021-3572 Incorrect handling of unicode separators in git references
Source: https://github.com/pypa/pip
MR: 113864
Type: Security Fix
Disposition: Backport from https://github.com/pypa/pip/commit/e46bdda9711392fec0c45c1175bae6db847cb30b
ChangeID: 717948e217d6219d1f03afb4d984342d7dea4636
Description:
CVE-2021-3572 python-pip: Incorrect handling of unicode separators in git references.
(From OE-Core rev: 841a8fb5b6351f79a4d756232a544d1a6480c562)
Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pip_20.0.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pip_20.0.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pip_20.0.2.bb b/meta/recipes-devtools/python/python3-pip_20.0.2.bb index 08738fb2f9..e24c6f4477 100644 --- a/meta/recipes-devtools/python/python3-pip_20.0.2.bb +++ b/meta/recipes-devtools/python/python3-pip_20.0.2.bb | |||
| @@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8ba06d529c955048e5ddd7c45459eb2e" | |||
| 6 | 6 | ||
| 7 | DEPENDS += "python3 python3-setuptools-native" | 7 | DEPENDS += "python3 python3-setuptools-native" |
| 8 | 8 | ||
| 9 | SRC_URI = "file://CVE-2021-3572.patch " | ||
| 9 | SRC_URI[md5sum] = "7d42ba49b809604f0df3d55df1c3fd86" | 10 | SRC_URI[md5sum] = "7d42ba49b809604f0df3d55df1c3fd86" |
| 10 | SRC_URI[sha256sum] = "7db0c8ea4c7ea51c8049640e8e6e7fde949de672bfa4949920675563a5a6967f" | 11 | SRC_URI[sha256sum] = "7db0c8ea4c7ea51c8049640e8e6e7fde949de672bfa4949920675563a5a6967f" |
| 11 | 12 | ||
