Skip to content

v1.2.4

Latest

Choose a tag to compare

@klieret klieret released this 14 Jul 15:52
963063c

What's Changed

Fixes

Fixes the following issue: a submission that ships a prebuilt/stale executable plus a stub/no-op compile.sh (that doesn't overwrite it) would be scored against the smuggled binary. Note that the gold executable cannot be smuggled, because of a lack of read permissions.

  • fix(eval): remove stale ./executable before compile.sh by @klieret in #52

Full Changelog: v1.2.3...v1.2.4

Thanks to @thakkarparth007 for spotting this issue.