Skip to content

Commit f013807

Browse files
committed
docs: update Changelog.
1 parent 5924af1 commit f013807

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

190200
Thanks!
191201
~~~~~~~

0 commit comments

Comments
 (0)