We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55974f5 commit 71fe556Copy full SHA for 71fe556
examples/security.stk
@@ -0,0 +1,13 @@
1
+(Stackスクリプトセキュリティ) print
2
+(スキャンするファイル名を入力してください> )
3
+input (name) var name read-file (code) var
4
+
5
+(
6
+ (ファイルシステムが破壊される可能性がある危険なコードを発見しました) print
7
+ (危険なコードを削除しています) print
8
+ code (write-file) (#削除されました#) replace
9
+ name write-file
10
+ (完了しました) print
11
+ () input
12
+) (このスクリプトは安全です print)
13
+code (write-file) find if
0 commit comments