translate-tools/linguist

Implement sandbox for custom translators

オープン

#238 opened on 2023/03/11

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (50 件のフォーク)auto 404
enhancementhelp wantedpostponed

Repository metrics

Stars
 (1,033 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド