移除漏洞
This commit is contained in:
@@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user