wejudge
wejudge copied to clipboard
Bump supervisor from 3.2.0 to 3.2.4
Bumps supervisor from 3.2.0 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
supervisord
that will run arbitrary shell commands on the server. The commands will be run as the same user assupervisord
. Depending on howsupervisord
has 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_server
orunix_http_server
section contains ausername=
but nopassword=
. In previous versions,supervisord
would 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.3.2.1 (2016-02-06)
- Fixed a server exception
OverflowError: int exceeds XML-RPC limits
that madesupervisorctl status
unusable if the system time was far into the future. The XML-RPC API returns timestamps as XML-RPC integers, but timestamps will exceed the maximum value of an XML-RPC integer in January 2038 ("Year 2038 Problem"). For now, timestamps exceeding the maximum integer will be capped at the maximum to avoid the exception and retain compatibility with existing API clients. In a future version of the API, the return type for timestamps will be changed.
Commits
6ddf270
Prepare 3.2.4 releaseaac3c21
Fix CVE-2017-11610 by disabling object traversal in XML-RPC dispatch8286f01
Prepare 3.2.3 releasef455360
Fix test failure on Python 2.4cdada80
Return 400 Bad Request if the XML-RPC request body is invalid01309f7
Remove special case and log any request whose response is unmarshallablea037b43
Fix typos so comment is readabled5cbaaa
Fix typo in changelog26cc505
Prepare 3.2.2 releaseb442870
Fix 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 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.