diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-03-06 19:33:44 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-03-09 07:49:30 +0530 |
| commit | a892f6cfc9a5b354966790660118e1277f6f07f2 (patch) | |
| tree | f0cb7d8823ddd141698b5d9a68cb3c0a116b81b2 /meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.3.bb | |
| parent | 7d3016495f194d74b8963d11931daabfb52742f5 (diff) | |
| download | meta-openembedded-a892f6cfc9a5b354966790660118e1277f6f07f2.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>
(cherry picked from commit 14d464c15094d1758dc14706646a8aa645a3bf34)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.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 | 24 |
1 files changed, 24 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..1748cf6826 --- /dev/null +++ b/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.3.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 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 | RDEPENDS:${PN} = "\ | ||
| 11 | python3-click \ | ||
| 12 | python3-joblib \ | ||
| 13 | python3-tqdm \ | ||
| 14 | python3-regex \ | ||
| 15 | python3-xmlschema \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RRECOMMENDS:${PN} = "\ | ||
| 19 | python3-numpy \ | ||
| 20 | " | ||
| 21 | |||
| 22 | inherit setuptools3 pypi | ||
| 23 | |||
| 24 | SRC_URI[sha256sum] = "cb5945d6424a98d694c2b9a0264519fab4363711065a46aa0ae7a2195b92e71f" | ||
