python-client-benchmarks
python-client-benchmarks copied to clipboard
Bump supervisor from 3.2.1 to 3.2.4
Bumps supervisor from 3.2.1 to 3.2.4.
Changelog
Sourced from supervisor's changelog.
3.2.4 (2017-07-24)
- Backported from Supervisor 3.3.3: Fixed CVE-2017-11610. A vulnerability was found where an authenticated client can send a malicious XML-RPC request to
supervisordthat will run arbitrary shell commands on the server. The commands will be run as the same user assupervisord. Depending on howsupervisordhas been configured, this may be root. See Supervisor/supervisor#964 for details.3.2.3 (2016-03-19)
- 400 Bad Request is now returned if an XML-RPC request is received with invalid body data. In previous versions, 500 Internal Server Error was returned.
3.2.2 (2016-03-04)
- Parsing the config file will now fail with an error message if an
inet_http_serverorunix_http_serversection contains ausername=but nopassword=. In previous versions,supervisordwould start with this invalid configuration but the HTTP server would always return a 500 Internal Server Error. Thanks to Chris Ergatides for reporting this issue.
Commits
6ddf270Prepare 3.2.4 releaseaac3c21Fix CVE-2017-11610 by disabling object traversal in XML-RPC dispatch8286f01Prepare 3.2.3 releasef455360Fix test failure on Python 2.4cdada80Return 400 Bad Request if the XML-RPC request body is invalid01309f7Remove special case and log any request whose response is unmarshallablea037b43Fix typos so comment is readabled5cbaaaFix typo in changelog26cc505Prepare 3.2.2 releaseb442870Fix syntax error on Python 2.5- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill 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.