gate icon indicating copy to clipboard operation
gate copied to clipboard

Benign remote code execution

Results 25 gate issues
Sort by recently updated
recently updated
newest added

Encompasses the Gate-specific functions and environment variables, and one or more WASI versions.

- Store filesystem-backed images - Store metadata in database

enhancement

Currently it's ignored for snapshots by ResolveEntryFunc functions. Removing the export would require finding out the position of the item in the export section and writing the snapshot binary with...

enhancement

Custom sections (other than gate.buffer and gate.stack) which are between the code and data sections are not included in the snapshot binary.

bug

Would benefit implementation of #34.

security

To replace the monitor functionality removed in commit b98ad9ddca2adb491d0eee667adab2515cf8fc7f.

enhancement

Such as the removed `peer` service removed in commit 774a2b9dfd257cfea83488599571718217937fc5.

enhancement

It currently makes it impossible to resume a suspended stack. Either manage to make the text mmap address known beforehand, or rewrite call stack at the last minute.

bug