diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-02-24 18:04:48 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-24 22:30:31 -0800 |
| commit | 14d464c15094d1758dc14706646a8aa645a3bf34 (patch) | |
| tree | 22c8a357bfd2817f41c5feea9eb3fa8c36eae0f8 /meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.3.bb | |
| parent | d79130035f32365bda93b45a6d9c49e29ba6ea08 (diff) | |
| download | meta-openembedded-14d464c15094d1758dc14706646a8aa645a3bf34.tar.gz | |
python3-nltk: upgrade 3.9.2 -> 3.9.3
Contains fix for CVE-2026-14009.
Changelog:
* Fix CVE-2025-14009: secure ZIP extraction in nltk.downloader
* Block path traversal/arbitrary reads in nltk.data for protocol-less refs
* Block path traversal/abs paths in corpus readers and FS pointers
* Validate external StanfordSegmenter JARs using SHA256
* Add optional sandbox enforcement for filestring()
* Maintenance: downloader/zipped models, CI/tooling updates
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.3.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.3.bb b/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.3.bb new file mode 100644 index 0000000000..8953b75b28 --- /dev/null +++ b/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.3.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | SUMMARY = "Natural Language Toolkit" | ||
| 2 | DESCRIPTION = "NLTK is a leading platform for building Python programs to work \ | ||
| 3 | with human language data. It provides easy-to-use interfaces to \ | ||
| 4 | over 50 corpora and lexical resources such as WordNet" | ||
| 5 | HOMEPAGE = "https://www.nltk.org" | ||
| 6 | BUGTRACKER = "https://github.com/nltk/nltk/issues" | ||
| 7 | LICENSE = "Apache-2.0" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 9 | |||
| 10 | CVE_PRODUCT = "nltk" | ||
| 11 | |||
| 12 | RDEPENDS:${PN} = "\ | ||
| 13 | python3-click \ | ||
| 14 | python3-joblib \ | ||
| 15 | python3-tqdm \ | ||
| 16 | python3-regex \ | ||
| 17 | python3-xmlschema \ | ||
| 18 | " | ||
| 19 | |||
| 20 | RRECOMMENDS:${PN} = "\ | ||
| 21 | python3-numpy \ | ||
| 22 | " | ||
| 23 | |||
| 24 | inherit setuptools3 pypi | ||
| 25 | |||
| 26 | SRC_URI[sha256sum] = "cb5945d6424a98d694c2b9a0264519fab4363711065a46aa0ae7a2195b92e71f" | ||
