claritylab / lucida

Speech and Vision Based Intelligent Personal Assistant
Other
4.81k stars 883 forks source link

Bump supervisor from 3.3.1 to 3.3.3 in /tools #257

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps supervisor from 3.3.1 to 3.3.3.

Changelog

Sourced from supervisor's changelog.

3.3.3 (2017-07-24)

  • Fixed CVE-2017-11610. A vulnerability was found where an authenticated client can send a malicious XML-RPC request to supervisord that will run arbitrary shell commands on the server. The commands will be run as the same user as supervisord. Depending on how supervisord has been configured, this may be root. See Supervisor/supervisor#964 for details.

3.3.2 (2017-06-03)

  • Fixed a bug introduced in 3.3.0 where the supervisorctl reload command would crash supervisord with the error OSError: [Errno 9] Bad file descriptor if the kqueue poller was used. Patch by Jared Suttles.

  • Fixed a bug introduced in 3.3.0 where supervisord could get stuck in a polling loop after the web interface was used, causing high CPU usage. Patch by Jared Suttles.

  • Fixed a bug where if supervisord attempted to start but aborted due to another running instance of supervisord with the same config, the pidfile of the running instance would be deleted. Patch by coldnight.

  • Fixed a bug where supervisorctl fg would swallow most XML-RPC faults. fg now prints the fault and exits.

  • Parsing the config file will now fail with an error message if a process or group name contains a forward slash character (/) since it would break the URLs used by the web interface.

  • supervisorctl reload now shows an error message if an argument is given. Patch by Joel Krauska.

  • supervisorctl commands avail, reread, and version now show an error message if an argument is given.

Commits
  • 34b690a Prepare 3.3.3 release
  • 058f461 Fix CVE-2017-11610 by disabling object traversal in XML-RPC dispatch
  • 6ed27f7 Back to .dev0 until next release
  • 42bfa55 Prepare 3.3.2 release
  • 3c9e4cc Fix syntax error on Python 2.4
  • 76c33bb Remove unneeded leading zeros
  • 7c4497d Strip trailing whitespace
  • bb3f05b Remove extra newline between sections
  • 0f1d283 Use int() to make py2/py3 octal numbers more readable
  • 8429f3f Update copyright year to 2015. Refs #588
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/claritylab/lucida/network/alerts).