Security

The Codebattles platform ensures the security of executable programs using several tools.
Docker
Docker - an application for containerization.
The checker application runs in an isolated container. The checkers' container network is launched in isolation from the general subnet.
Bubblewrap
Bubblewrap - a sandbox for applications. Used, for example, in Flatpak
Within Docker, a sandbox with network and file system isolation is used.
Using the above methods of protection from malicious actors, one can be confident in the system's security.
Last updated
Was this helpful?