Electron contextIsolation RCE via Electron internal code
Example 1
process.on('exit', function (){
for (let p in cachedArchives) {
if (!hasProp.call(cachedArchives, p)) continue
cachedArchives[p].destroy()
}
})


Example 2


Last updated

