Security issue with CC.checkpoint
Open
bug
server
- Dominant language
- JavaScript
- Stars
- 198
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
`CC.checkpoint` passes its arguments unmodified to `CodeCity.checkpoint`. Passing a truthy first argument will cause the interpreter to be paused and never restarted, effectively wedging it.
The other builtins defined in `CodeCity.initSystemFunctions` should be checked for similar issues.
Contributor guide
Assessment
This issue has not been assessed yet.