File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change
1
+ 3.2.4 (2017-07-24)
2
+ ------------------
3
+
4
+ - Backported from Supervisor 3.3.3: Fixed CVE-2017-11610. A vulnerability
5
+ was found where an authenticated client can send a malicious XML-RPC request
6
+ to ``supervisord`` that will run arbitrary shell commands on the server.
7
+ The commands will be run as the same user as ``supervisord``. Depending on
8
+ how ``supervisord`` has been configured, this may be root. See
9
+ https://github.com/Supervisor/supervisor/issues/964 for details.
10
+
1
11
3.2.3 (2016-03-19)
2
12
------------------
3
13
85
95
disconnect if many other ``supervisorctl`` commands were run in parallel.
86
96
Patch by Stefan Friesel.
87
97
98
+ 3.1.4 (2017-07-24)
99
+ ------------------
100
+
101
+ - Backported from Supervisor 3.3.3: Fixed CVE-2017-11610. A vulnerability
102
+ was found where an authenticated client can send a malicious XML-RPC request
103
+ to ``supervisord`` that will run arbitrary shell commands on the server.
104
+ The commands will be run as the same user as ``supervisord``. Depending on
105
+ how ``supervisord`` has been configured, this may be root. See
106
+ https://github.com/Supervisor/supervisor/issues/964 for details.
107
+
88
108
3.1.3 (2014-10-28)
89
109
------------------
90
110
181
201
- A warning is now logged if a glob pattern in an ``[include]`` section does
182
202
not match any files. Patch by Daniel Hahler.
183
203
204
+ 3.0.1 (2017-07-24)
205
+ ------------------
206
+
207
+ - Backported from Supervisor 3.3.3: Fixed CVE-2017-11610. A vulnerability
208
+ was found where an authenticated client can send a malicious XML-RPC request
209
+ to ``supervisord`` that will run arbitrary shell commands on the server.
210
+ The commands will be run as the same user as ``supervisord``. Depending on
211
+ how ``supervisord`` has been configured, this may be root. See
212
+ https://github.com/Supervisor/supervisor/issues/964 for details.
213
+
184
214
3.0 (2013-07-30)
185
215
----------------
186
216
Original file line number Diff line number Diff line change 1
- 3.2.3
1
+ 3.2.4
You can’t perform that action at this time.
0 commit comments