Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 372 Bytes

security.md

File metadata and controls

9 lines (5 loc) · 372 Bytes

Security

Step 1. Use Docker

Default configuration of wecode judge run submitted code using Docker for isolation.

Step 2. Use Shield

Shield make some alteration to submitted code before execution. It's meant to be more of a hassle for hacker than a real protection! You can enable Shield for C, C++ and Python. You can read more about Shield here.