Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

document what is needed for this to be a statically verified sandbox

オープン
#351 コメント 2 件 リアクション 1 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
42/100
issue の種類
ドキュメント
明瞭さ
説明が足りない
活発さ
静か
技術スタック
rust

調査の方向性

リポジトリのREADMEとリンク先のcap-directories/README.mdから始め、続いて一覧にあるRustのツールとチェックについて、依存関係、unsafeコード、ambient directory access、ビルドスクリプト、既知のunsoundnessを調査します。READMEのセクションに、適用可能なツール、その制限、および静的に検証されたサンドボックスについて検証できることと検証できないことが記載されれば完了です。

索引モデルが issue の本文から書いたものです。

説明

Would adding a section to the Readme about this be welcome?

Together with static analysis, I think cap-std can be used to reduce the necessary code review to know that something does not escape the capabilities handed to it. So one would only need to review the API that one uses from a crate.

For this one would need some tool(s) one could run on a crate (and recursively its dependencies) to verify that it does not use any of the following:

Any suggestions for relevant tools?

While there is research in that direction, for now none of this is to the level of formally proven, but the constructed to be correct level known from Rust.

主要言語
Rust
スター
821
フォーク
59
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

bytecodealliance/cap-std のほかの issue

bytecodealliance/cap-std の issue をすべて見る

似ている issue

Rust の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。