aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-30 01:13:07 +0900
committernsfisis <nsfisis@gmail.com>2024-08-30 01:13:07 +0900
commitf6f3d6a7b01a13f2b972e0d69f7b052dedf6d477 (patch)
tree333ae44b67f4eb6f4a966f022c016cdc23ab044b
parentf8dc194ed82c2181cf466927514cfe08a2429725 (diff)
downloadphperkaigi-2025-albatross-f6f3d6a7b01a13f2b972e0d69f7b052dedf6d477.tar.gz
phperkaigi-2025-albatross-f6f3d6a7b01a13f2b972e0d69f7b052dedf6d477.tar.zst
phperkaigi-2025-albatross-f6f3d6a7b01a13f2b972e0d69f7b052dedf6d477.zip
chore: update README
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index a4e00a0..0c065bc 100644
--- a/README.md
+++ b/README.md
@@ -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