dependabot[bot] opened a new pull request, #226: URL: https://github.com/apache/doris-mcp-server/pull/226
Bumps [nltk](https://github.com/nltk/nltk) from 3.10.0 to 3.10.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nltk/nltk/releases">nltk's releases</a>.</em></p> <blockquote> <h2>v3.10.3</h2> <p>Version 3.10.3 2026-08-12</p> <ul> <li>docs: wrap Chat-80 HOWTO output</li> <li>Sandbox Stanford JAR execution to nltk_data directories</li> <li>Harden path-traversal / file-I/O sandbox: close write-side symlink TOCTOU + shared-temp squat, lock the cluster with a living audit (CWE-22/59/377)</li> <li>Extend algorithmic-complexity DoS hardening: repo-wide sweep + two-string distances (CWE-407/CWE-400)</li> <li>Bound unbounded-work DoS in parsers and grammar transforms (CWE-407/674/835)</li> <li>fix(security): sandbox MaltParser's Java execution (CVE-2026-12252, CVE-2026-12841)</li> <li>fix(security): trust the system temp dir only when it is private (CWE-377/CWE-378)</li> <li>fix(security): validate corpus-reader roots against the data sandbox (CWE-73)</li> <li>fix(security): validate per-call java() options and replace the -XX:/-D allowlist with a minimal one (CWE-88)</li> <li>Additional security hardening (CWE-407, CWE-426, CWE-427, CWE-502, CWE-59, CWE-776, CWE-918)</li> </ul> <p>Thanks to the following contributors to 3.10.3: Mohammad Favas S, leduckhuong, Ziyu Lin, dougtrainer28-cmyk, Chaitanya Kadian, 0xRenSec, Arpit Jain, Jace, nguyencanhthuong, Liling Tan, medimedi, Eric Kafe.</p> <h2>What's Changed</h2> <ul> <li>Sandbox Stanford JAR execution to nltk_data directories by <a href="https://github.com/ekaf"><code>@ekaf</code></a> in <a href="https://redirect.github.com/nltk/nltk/pull/3743">nltk/nltk#3743</a></li> <li>docs: wrap Chat-80 HOWTO output by <a href="https://github.com/medisean"><code>@medisean</code></a> in <a href="https://redirect.github.com/nltk/nltk/pull/3741">nltk/nltk#3741</a></li> <li>ci: sandboxed-open guard + stabilize security tests across platforms/pythons (<a href="https://redirect.github.com/nltk/nltk/issues/3740">#3740</a>) by <a href="https://github.com/alvations"><code>@alvations</code></a> in <a href="https://redirect.github.com/nltk/nltk/pull/3744">nltk/nltk#3744</a></li> <li>Prepare release 3.10.3 by <a href="https://github.com/ekaf"><code>@ekaf</code></a> in <a href="https://redirect.github.com/nltk/nltk/pull/3745">nltk/nltk#3745</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/medisean"><code>@medisean</code></a> made their first contribution in <a href="https://redirect.github.com/nltk/nltk/pull/3741">nltk/nltk#3741</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nltk/nltk/compare/v3.10.2...v3.10.3">https://github.com/nltk/nltk/compare/v3.10.2...v3.10.3</a></p> <h2>v3.10.3-rc1</h2> <p>Version 3.10.3 2026-08-12</p> <ul> <li>docs: wrap Chat-80 HOWTO output</li> <li>Sandbox Stanford JAR execution to nltk_data directories</li> <li>Harden path-traversal / file-I/O sandbox: close write-side symlink TOCTOU + shared-temp squat, lock the cluster with a living audit (CWE-22/59/377)</li> <li>Extend algorithmic-complexity DoS hardening: repo-wide sweep + two-string distances (CWE-407/CWE-400)</li> <li>Bound unbounded-work DoS in parsers and grammar transforms (CWE-407/674/835)</li> <li>fix(security): sandbox MaltParser's Java execution (CVE-2026-12252, CVE-2026-12841)</li> <li>fix(security): trust the system temp dir only when it is private (CWE-377/CWE-378)</li> <li>fix(security): validate corpus-reader roots against the data sandbox (CWE-73)</li> <li>fix(security): validate per-call java() options and replace the -XX:/-D allowlist with a minimal one (CWE-88)</li> <li>Additional security hardening (CWE-407, CWE-426, CWE-427, CWE-502, CWE-59, CWE-776, CWE-918)</li> </ul> <p>Thanks to the following contributors to 3.10.3: Mohammad Favas S, leduckhuong, Ziyu Lin, dougtrainer28-cmyk, Chaitanya Kadian, 0xRenSec, Arpit Jain, Jace, nguyencanhthuong, Liling Tan, medimedi, Eric Kafe.</p> <h2>What's Changed</h2> <ul> <li>Sandbox Stanford JAR execution to nltk_data directories by <a href="https://github.com/ekaf"><code>@ekaf</code></a> in <a href="https://redirect.github.com/nltk/nltk/pull/3743">nltk/nltk#3743</a></li> <li>docs: wrap Chat-80 HOWTO output by <a href="https://github.com/medisean"><code>@medisean</code></a> in <a href="https://redirect.github.com/nltk/nltk/pull/3741">nltk/nltk#3741</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nltk/nltk/blob/develop/ChangeLog">nltk's changelog</a>.</em></p> <blockquote> <p>Version 3.10.3 2026-08-12</p> <ul> <li>docs: wrap Chat-80 HOWTO output</li> <li>Sandbox Stanford JAR execution to nltk_data directories</li> <li>Harden path-traversal / file-I/O sandbox: close write-side symlink TOCTOU + shared-temp squat, lock the cluster with a living audit (CWE-22/59/377)</li> <li>Extend algorithmic-complexity DoS hardening: repo-wide sweep + two-string distances (CWE-407/CWE-400)</li> <li>Bound unbounded-work DoS in parsers and grammar transforms (CWE-407/674/835)</li> <li>fix(security): sandbox MaltParser's Java execution (CVE-2026-12252, CVE-2026-12841)</li> <li>fix(security): trust the system temp dir only when it is private (CWE-377/CWE-378)</li> <li>fix(security): validate corpus-reader roots against the data sandbox (CWE-73)</li> <li>fix(security): validate per-call java() options and replace the -XX:/-D allowlist with a minimal one (CWE-88)</li> <li>Additional security hardening (CWE-407, CWE-426, CWE-427, CWE-502, CWE-59, CWE-776, CWE-918)</li> </ul> <p>Thanks to the following contributors to 3.10.3: Mohammad Favas S, leduckhuong, Ziyu Lin, dougtrainer28-cmyk, Chaitanya Kadian, 0xRenSec, Arpit Jain, Jace, nguyencanhthuong, Liling Tan, medimedi, Eric Kafe.</p> <p>Version 3.10.2 2026-08-05</p> <ul> <li>Remove inisec.py and document PYTHONSAFEPATH instead</li> <li>Skip draft step in release workflow</li> <li>Fix symlink escape in FramenetCorpusReader (CWE-59)</li> <li>Guard tempfile.gettempdir() when building pathsec allowed roots</li> <li>add tests for transitive_closure</li> </ul> <p>Thanks to the following contributors to 3.10.2: Litesh Ghute, Eric Kafe, Evan Kiefer, tarann26 and Rav Singh Chandan</p> <p>Version 3.10.1 2026-07-29</p> <ul> <li>Expand <code>~</code> in env-var paths</li> <li>Validate types after WordNet app pickle deserialization</li> <li>Fix uncontrolled search path in HunposTagger</li> <li>Use exact thirds in <code>masi_distance</code></li> <li>Avoid retaining bllip import exceptions</li> <li>Fix <code>word_tokenize</code>: pad opening single quote before multi-letter words.</li> <li>Implement <code>Tree.pformat_latex_forest</code>.</li> <li>Prevent module hijacking in inline imports.</li> <li>Fix ReDoS in TweetTokenizer URL and email regexes.</li> </ul> <p>Thanks to the following contributors to 3.10.1: Abhinav, Litesh Ghute, Eric Kafe, Eryk Kaźmierczak, Selim C., Muhtasim Munif Fahim, Triniti K., and Tom Y. Mitich.</p> <p>Version 3.10.0 2026-06-11</p> <ul> <li>Enforce the stricter <code>nltk.pathsec</code> security policy by default</li> <li>Document the new security model and migration guidance</li> <li>Harden resource loading against path traversal and SSRF/DNS-rebinding</li> <li>Harden downloader path handling and block XML entity expansion</li> <li>Close remaining corpus-reader security edge cases</li> <li>Replace unsafe <code>exec()</code> usage in the utility CLI</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nltk/nltk/commit/303f6e2ba8e4548a5f54fd65d86bb5c9a949f1db"><code>303f6e2</code></a> Prepare release 3.10.3 (<a href="https://redirect.github.com/nltk/nltk/issues/3745">#3745</a>)</li> <li><a href="https://github.com/nltk/nltk/commit/cf2aaacc3d99533a73e86709c1d839966ea25e17"><code>cf2aaac</code></a> Merge pull request <a href="https://redirect.github.com/nltk/nltk/issues/3744">#3744</a> from alvations/ci-guard-open</li> <li><a href="https://github.com/nltk/nltk/commit/6cd8320cee54d4fc271610e744f71d44cb367dda"><code>6cd8320</code></a> test: robustness on Python 3.14 / 3.14t CI (UnicodeDecodeError + timing flake)</li> <li><a href="https://github.com/nltk/nltk/commit/e965330e017d8180843c4a12b91bcfadd5d4e489"><code>e965330</code></a> fix: perceptron save_to_json breaks on Windows (os.open can't fd-open a direc...</li> <li><a href="https://github.com/nltk/nltk/commit/df1bb4c5742c8943205e4564a7c03e1992cf4f4d"><code>df1bb4c</code></a> test: make pathsec security tests platform-independent (fix Linux/Windows CI)</li> <li><a href="https://github.com/nltk/nltk/commit/0e5c7be3793cf826039a2048846138e58f864553"><code>0e5c7be</code></a> ci: guard against un-sandboxed open() in sandbox-sensitive modules (<a href="https://redirect.github.com/nltk/nltk/issues/3740">#3740</a>)</li> <li><a href="https://github.com/nltk/nltk/commit/50178263a0787a7850e66f3e85775338669f101a"><code>5017826</code></a> Merge commit from fork</li> <li><a href="https://github.com/nltk/nltk/commit/40d0f062649022f7f36afed4a2ca3980f574aae9"><code>40d0f06</code></a> Triple-check hardening: perceptron TOCTOU squat, pathsec fd-leak, bcp47 entit...</li> <li><a href="https://github.com/nltk/nltk/commit/483c5fe650542ceaa2b45e8565f72e878834376f"><code>483c5fe</code></a> Harden path-traversal / file-I/O sandbox: close write-side symlink TOCTOU + s...</li> <li><a href="https://github.com/nltk/nltk/commit/722778fd9ff987da3cf5ff6e442ac43fed1637b0"><code>722778f</code></a> Merge commit from fork</li> <li>Additional commits viewable in <a href="https://github.com/nltk/nltk/compare/v3.10.0...v3.10.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/doris-mcp-server/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
