dreamquark-ai / tabnet

PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf
https://dreamquark-ai.github.io/tabnet/
MIT License
2.65k stars 488 forks source link

fix(deps): update dependency tqdm to v4.66.3 [security] #540

Open renovate[bot] opened 5 months ago

renovate[bot] commented 5 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tqdm (changelog) 4.65.0 -> 4.66.3 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2024-34062

Impact

Any optional non-boolean CLI arguments (e.g. --delim, --buf-size, --manpath) are passed through python's eval, allowing arbitrary code execution. Example:

python -m tqdm --manpath="\" + str(exec(\"import os\nos.system('echo hi && killall python3')\")) + \""

Patches

https://github.com/tqdm/tqdm/commit/4e613f84ed2ae029559f539464df83fa91feb316 released in tqdm>=4.66.3

Workarounds

None

References


Release Notes

tqdm/tqdm (tqdm) ### [`v4.66.3`](https://togithub.com/tqdm/tqdm/releases/tag/v4.66.3): tqdm v4.66.3 stable [Compare Source](https://togithub.com/tqdm/tqdm/compare/v4.66.2...v4.66.3) - `cli`: `eval` safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) ### [`v4.66.2`](https://togithub.com/tqdm/tqdm/releases/tag/v4.66.2): tqdm v4.66.2 stable [Compare Source](https://togithub.com/tqdm/tqdm/compare/v4.66.1...v4.66.2) - `pandas`: add `DataFrame.progress_map` ([#​1549](https://togithub.com/tqdm/tqdm/issues/1549)) - `notebook`: fix HTML padding ([#​1506](https://togithub.com/tqdm/tqdm/issues/1506)) - `keras`: fix resuming training when `verbose>=2` ([#​1508](https://togithub.com/tqdm/tqdm/issues/1508)) - fix `format_num` negative fractions missing leading zero ([#​1548](https://togithub.com/tqdm/tqdm/issues/1548)) - fix Python 3.12 `DeprecationWarning` on `import` ([#​1519](https://togithub.com/tqdm/tqdm/issues/1519)) - linting: use f-strings ([#​1549](https://togithub.com/tqdm/tqdm/issues/1549)) - update tests ([#​1549](https://togithub.com/tqdm/tqdm/issues/1549)) - fix `pandas` warnings - fix `asv` ([https://github.com/airspeed-velocity/asv/issues/1323](https://togithub.com/airspeed-velocity/asv/issues/1323)) - fix macos `notebook` docstring indentation - CI: bump actions ([#​1549](https://togithub.com/tqdm/tqdm/issues/1549)) ### [`v4.66.1`](https://togithub.com/tqdm/tqdm/releases/tag/v4.66.1): tqdm v4.66.1 stable [Compare Source](https://togithub.com/tqdm/tqdm/compare/v4.66.0...v4.66.1) - fix `utils.envwrap` types ([#​1493](https://togithub.com/tqdm/tqdm/issues/1493) <- [#​1491](https://togithub.com/tqdm/tqdm/issues/1491), [#​1320](https://togithub.com/tqdm/tqdm/issues/1320) <- [#​966](https://togithub.com/tqdm/tqdm/issues/966), [#​1319](https://togithub.com/tqdm/tqdm/issues/1319)) - e.g. cloudwatch & kubernetes workaround: `export TQDM_POSITION=-1` - drop mentions of unsupported Python versions ### [`v4.66.0`](https://togithub.com/tqdm/tqdm/releases/tag/v4.66.0): tqdm v4.66.0 stable [Compare Source](https://togithub.com/tqdm/tqdm/compare/v4.65.2...v4.66.0) - environment variables to override defaults (`TQDM_*`) ([#​1491](https://togithub.com/tqdm/tqdm/issues/1491) <- [#​1061](https://togithub.com/tqdm/tqdm/issues/1061), [#​950](https://togithub.com/tqdm/tqdm/issues/950) <- [#​614](https://togithub.com/tqdm/tqdm/issues/614), [#​1318](https://togithub.com/tqdm/tqdm/issues/1318), [#​619](https://togithub.com/tqdm/tqdm/issues/619), [#​612](https://togithub.com/tqdm/tqdm/issues/612), [#​370](https://togithub.com/tqdm/tqdm/issues/370)) - e.g. in CI jobs, `export TQDM_MININTERVAL=5` to avoid log spam - add tests & docs for `tqdm.utils.envwrap` - fix & update CLI completion - fix & update API docs - minor code tidy: replace `os.path` => `pathlib.Path` - fix docs image hosting - release with CI bot account again ([https://github.com/cli/cli/issues/6680](https://togithub.com/cli/cli/issues/6680)) ### [`v4.65.2`](https://togithub.com/tqdm/tqdm/releases/tag/v4.65.2): tqdm v4.65.2 stable [Compare Source](https://togithub.com/tqdm/tqdm/compare/v4.65.1...v4.65.2) - exclude `examples` from distributed wheel ([#​1492](https://togithub.com/tqdm/tqdm/issues/1492)) ### [`v4.65.1`](https://togithub.com/tqdm/tqdm/releases/tag/v4.65.1): tqdm v4.65.1 stable [Compare Source](https://togithub.com/tqdm/tqdm/compare/v4.65.0...v4.65.1) - migrate `setup.{cfg,py}` => `pyproject.toml` ([#​1490](https://togithub.com/tqdm/tqdm/issues/1490)) - fix `asv` benchmarks - update docs - fix snap build ([#​1490](https://togithub.com/tqdm/tqdm/issues/1490)) - fix & update tests ([#​1490](https://togithub.com/tqdm/tqdm/issues/1490)) - fix flaky notebook tests - bump `pre-commit` - bump workflow actions

Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.