File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -186,6 +186,16 @@ Core Library
186186 buffered items, causing future :meth: `get ` calls to block or fail even though
187187 data existed that could be returned.
188188
189+ * `5924af15 <https://github.com/dw/mitogen/commit/5924af15 >`_: *[security] * the
190+ unidirectional routing mode, in which contexts may only communicate with
191+ their parents and never siblings (such that a program cannot be used as a
192+ bridge for air-gapped networks) was not inherited when a new child context
193+ was initiated directly from an existing child.
194+
195+ The bug did not effect the Ansible extension since the top-level controller
196+ process initiates any new context that could be used for routing. Only
197+ forked tasks are started directly from children.
198+
189199
190200Thanks!
191201~~~~~~~
You can’t perform that action at this time.
0 commit comments