File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 71
71
searching for its config file`` may have been incorrectly shown by
72
72
``supervisorctl`` if its executable name was changed.
73
73
74
+ - Fixed a bug where ``supervisord`` would continue starting up if the
75
+ ``[supervisord]`` section of the config file specified ``user=`` but
76
+ ``setuid()`` to that user failed. It will now exit immediately if it
77
+ cannot drop privileges.
78
+
74
79
- Fixed a bug in the web interface where redirect URLs did not have a slash
75
80
between the host and query string, which caused issues when proxying with
76
81
Nginx. Patch by Luke Weber.
83
88
84
89
3.3.3 (2017-07-24)
85
90
------------------
91
+
86
92
- Fixed CVE-2017-11610. A vulnerability was found where an authenticated
87
93
client can send a malicious XML-RPC request to ``supervisord`` that will
88
94
run arbitrary shell commands on the server. The commands will be run as
You can’t perform that action at this time.
0 commit comments