File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 1.1.0 (2019-07-29)
5+ ------------------
6+
7+ Changes
8+ ^^^^^^^
9+
10+ * Added ``processes `` limits option to limit the number of processes that a sandbox can run.
11+ For example, it can be used to prevent a fork bomb or do not allow the sandboxed code to create
12+ new processes. It's unlimited by default.
13+ `#9 <https://github.com/StepicOrg/epicbox/pull/9 >`_
14+
4151.0.0 (2018-11-10)
516------------------
617
718Breaking changes
819^^^^^^^^^^^^^^^^
920
1021* Migrated from the ``docker-py `` Docker library to ``docker `` version ``>=2 ``.
11- * ``epicbox.create ``, ``epicbox.start ``, ``epicbox.destroy `` now returns and accepts a ``Sandbox ``
22+ * ``epicbox.create ``, ``epicbox.start ``, ``epicbox.destroy `` now return and accept a ``Sandbox ``
1223 object instead of a low-level container ``dict `` structure.
1324* Removed the obsolete ``base_workdir `` argument from ``epicbox.configure ``.
1425
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " epicbox"
3- version = " 1.0 .0"
3+ version = " 1.1 .0"
44description = " Run untrusted code in secure Docker based sandboxes"
55authors = [" Pavel Sviderski <ps@stepik.org>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments