Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): update dependency tqdm to v4.66.3 [security] - autoclosed #358

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tqdm (changelog) ==4.62.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

tqdm/tqdm@4e613f8 released in tqdm>=4.66.3

Workarounds

None

References


Release Notes

tqdm/tqdm (tqdm)

v4.66.3: tqdm v4.66.3 stable

Compare Source

v4.66.2: tqdm v4.66.2 stable

Compare Source

v4.66.1: tqdm v4.66.1 stable

Compare Source

v4.66.0: tqdm v4.66.0 stable

Compare Source

v4.65.2: tqdm v4.65.2 stable

Compare Source

  • exclude examples from distributed wheel (#​1492)

v4.65.1: tqdm v4.65.1 stable

Compare Source

  • migrate setup.{cfg,py} => pyproject.toml (#​1490)
    • fix asv benchmarks
    • update docs
  • fix snap build (#​1490)
  • fix & update tests (#​1490)
    • fix flaky notebook tests
    • bump pre-commit
    • bump workflow actions

v4.65.0: tqdm v4.65.0 stable

Compare Source

v4.64.1: tqdm v4.64.1 stable

Compare Source

v4.64.0: tqdm v4.64.0 stable

Compare Source

v4.63.2: tqdm v4.63.2 stable

Compare Source

v4.63.1: tqdm v4.63.1 stable

Compare Source

  • fix stderr/stdout missing flush() (#​1248 <- #​1177)
  • misc speed improvements/optimisations

v4.63.0: tqdm v4.63.0 stable

Compare Source

  • add __reversed__()
  • add efficient __contains__()
  • improve CLI startup time (replace pkg_resources => importlib)
  • tqdm.autonotebook warning & std fallback on missing ipywidgets (#​1218 <- #​1082, #​1217)
  • warn on positional CLI arguments
  • misc build/test framework updates
    • enable py3.10 tests
    • add conda dependencies
    • update pre-commit hooks
    • fix pytest config (nbval, asyncio)
    • fix dependencies & tests
    • fix site deployment

v4.62.3: tqdm v4.62.3 stable

Compare Source

  • fix minor typo (#​1246)
  • minor example fix (#​1246)
  • misc tidying & refactoring
  • misc build/dev framework updates
    • update dependencies
    • update linters
    • update docs deployment branches
  • misc test/ci updates
    • test forks
    • tidy OS & Python version tests
    • bump primary python version 3.7 => 3.8
    • beta py3.10 testing
    • fix py2.7 tests
    • better timeout handling

v4.62.2: tqdm v4.62.2 stable

Compare Source

v4.62.1: tqdm v4.62.1 stable

Compare Source

  • contrib.logging: inherit existing handler output stream (#​1191)
  • fix PermissionError by using weakref in DisableOnWriteError (#​1207)
  • fix contrib.telegram creation rate limit handling (#​1223, #​1221 <- #​1220, #​1076)
  • tests: fix py27 keras dependencies (#​1222)
  • misc tidy: use relative imports (#​1222)
  • minor documentation updates (#​1222)

Configuration

📅 Schedule: Branch creation - "" in timezone Africa/Lusaka, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 3, 2024
@renovate renovate bot changed the title build(deps-dev): update dependency tqdm to v4.66.3 [security] build(deps-dev): update dependency tqdm to v4.66.3 [security] - autoclosed Sep 1, 2024
@renovate renovate bot closed this Sep 1, 2024
@renovate renovate bot deleted the renovate/pypi-tqdm-vulnerability branch September 1, 2024 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants