diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-07-19 15:42:48 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-22 11:51:05 +0100 |
commit | 9d4f709a454bb66729a629f6a9dfe3d04e068971 (patch) | |
tree | 958a132cca71b4e9a9af695c1c6d5b98abba66a1 /meta/recipes-devtools/python/python.inc | |
parent | a70c1f6f78a8c349dcee284d82eaec876ebc4086 (diff) | |
download | poky-9d4f709a454bb66729a629f6a9dfe3d04e068971.tar.gz |
python: fix security vulnerability
This Fixes bug: [Yocto #1254]
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-1015
Issue #2254: Fix CGIHTTPServer information disclosure. Relative paths are
now collapsed within the url properly before looking in cgi_directories.
(From OE-Core rev: 43e7ec07065e58128819b0bb359358ce42628672)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python.inc')
-rw-r--r-- | meta/recipes-devtools/python/python.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc index 25a458ef13..a6cc91789c 100644 --- a/meta/recipes-devtools/python/python.inc +++ b/meta/recipes-devtools/python/python.inc | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.python.org" | |||
3 | LICENSE = "PSF" | 3 | LICENSE = "PSF" |
4 | SECTION = "devel/python" | 4 | SECTION = "devel/python" |
5 | # bump this on every change in contrib/python/generate-manifest-2.6.py | 5 | # bump this on every change in contrib/python/generate-manifest-2.6.py |
6 | INC_PR = "nk2" | 6 | INC_PR = "r2" |
7 | 7 | ||
8 | DEFAULT_PREFERENCE = "-26" | 8 | DEFAULT_PREFERENCE = "-26" |
9 | 9 | ||