Skip to content

v1.7.2

Compare
Choose a tag to compare
@krulis-martin krulis-martin released this 09 Jan 14:15
· 20 commits to master since this release

Changelog

  • Fixing problem with properly setting quotas (new config parameter disk-quotas added).
  • Fixing symlink and hardlink security issues.
  • Switching CI to GH actions.
  • Upgrading dependencies.

Commits

7009a8c #! v1.7.2
e23700a Once more under the quotas: Quotas now must be enabled by new config parameter, to avoid errors when underlying FS does not support quotas.
8d6f11b Build all tests in linux CI build
c8afcba Curl CA bundle has to be in working directory on Windows
1bde343 Disable no longer working HTTP manager tests
48d3acd Fixing (back) the issue with isolate quotas. Problem was not in worker, but in isolate.
56bc52a Make decompress tests working again
02aebfe Downgrading cmake to 3.11 (we got too ahead of ourselves).
85c4c1b Update win-build script to VS2019
6f99a9e Add Windows build to Github Actions CI
08a97b8 Final polishing.
b49555f Setting quotas properly in init phase of isolate execution (fixing #32).
b11544a Modifying copy_dir to ignore symlinks when copying sandbox data (fixes #31).
218f9b5 Free arguments after executing isolate (2).
4e2852b Free arguments after executing isolate.
1eaf003 Fix use-after-free in isolate_sandbox.cpp
1f47051 Do not copy directory symlinks recursively.
483a474 Hotfix.