translate-tools/linguist

Implement sandbox for custom translators

开放

#238 创建于 2023年3月11日

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (50 个派生)auto 404
enhancementhelp wantedpostponed

仓库指标

星标
 (1,033 个星标)
PR 合并指标
 (平均合并 23小时 2分钟) (30 天内合并 2 个 PR)

描述

Execute custom translators code in a sandbox. We should provide to sandbox a basic JS features and objects to fetch requests. We should always warn users about potentially dangerous translators code, but try to decrease possible attack vectors.

Probably, to implement it, we have to create WASM module and then provide JS features to this module.

Links to explore

贡献者指南