diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-30 01:13:07 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-30 01:13:07 +0900 |
| commit | f6f3d6a7b01a13f2b972e0d69f7b052dedf6d477 (patch) | |
| tree | 333ae44b67f4eb6f4a966f022c016cdc23ab044b /README.md | |
| parent | f8dc194ed82c2181cf466927514cfe08a2429725 (diff) | |
| download | phperkaigi-2025-albatross-f6f3d6a7b01a13f2b972e0d69f7b052dedf6d477.tar.gz phperkaigi-2025-albatross-f6f3d6a7b01a13f2b972e0d69f7b052dedf6d477.tar.zst phperkaigi-2025-albatross-f6f3d6a7b01a13f2b972e0d69f7b052dedf6d477.zip | |
chore: update README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ # Albatross.swift + +# これは何? + +2024-08-22 から 2024-08-24 にかけて開催された [iOSDC Japan 2024](https://iosdc.jp/2024/) の中の企画、Swift コードバトルのシステムです。 + + +# サンドボックス化の仕組み + +ユーザから任意のコードを受け付ける関係上、何も対策をしないと深刻な脆弱性を抱えてしまいます。 + +このシステムでは、送信されたコードを [SwiftWasm](https://swiftwasm.org/) によって WebAssembly に変換することでサンドボックス化をおこなっています。 + + # License The contents of the repository are licensed under The MIT License, except for |
