此模块的文档可以在模块:TestSecurity/doc创建
-- 模块:TestSecurity local p = {} function p.test() return "安全测试通过" end return p