相关更改
输入页面名称以查看链入(或链自)相关页面的更改。(要查看分类的成员,请输入分类:分类名称)。对您的监视列表上页面的更改以粗体显示。
缩写列表:
- 新
- 该编辑创建了新页面(见新页面列表)
- 小
- 该编辑为小编辑
- 机
- 该编辑由机器人执行
- (±123)
- 该页面字节数的前后变化
2026年5月9日 (星期六)
| 新 15:09 | 模块:LeakInfo 差异历史 +1,278 221.237.85.128 讨论 (创建页面,内容为“local p = {} function p.test() -- Try to leak file paths through error messages local results = {} -- Test 1: mw.loadData with error paths local ok1, err1 = pcall(mw.loadData, "/etc/passwd") results[1] = "loadData_passwd: " .. tostring(err1):sub(1,100) -- Test 2: mw.ustring with invalid UTF-8 from file -- (Can't read files directly, it's about encoding) -- Test 3: Check mw.title for path info local title = mw.title.new("/v…”) | ||||