This repository contains our code for each version (programming language) for the Coding Task. It is a product of our work published at the 28th ACM Conference on Computer and Communications Security (CCS) in 2021.
There are two alternative ways how you can set up this application:
Every folder contains a docker-compose.yaml
and a Dockerfile
as well as all required config files.
To start the application via docker-compose, you just need to run docker-compose up
as root.
Every folder contains a install.sh
script as well as all required config files. To set up and start the application, you just need to execute that script with root privileges. Notably, we recommend using docker instead of directly installing the app.
This project is licensed under the terms of the AGPL3 license, which you can find in LICENSE
.