Releases: Normal-OJ/C-Sandbox
Releases · Normal-OJ/C-Sandbox
0.0.15
What's Changed
- Compile every c source by @Bogay in #1
- Fix/re by @as535364 in #2
- test: initial attempt for e2e testing by @Bogay in #7
- Bump ubuntu version to 22.04 by @aokblast in #8
- fix: add missed seccomp whitelist syscall by @aokblast in #10
- fix: fix the judgement of TLE. by @aokblast in #9
New Contributors
- @Bogay made their first contribution in #1
- @as535364 made their first contribution in #2
- @aokblast made their first contribution in #8
Full Changelog: 0.0.13...0.0.15
Compile two c source
0.0.12 Compile only `main.c` and `real_main.c`
Compile every c source
0.0.11 Compile every .c sandbox recieve
Update rule
0.0.14 fix c to c11 std
Update C & C++ Standard
-std=c11
-std=c++17
Fix python3 RE
0.0.9 fix python3 always RE
without python3 execve
0.0.8 remove general execve rule
update python3 rules
0.0.7 update python3 rules