mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Fix undefined url in output logs
This commit is contained in:
parent
9901cb8502
commit
4840b0f694
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ function handleConnect(req, clientSocket, head) {
|
|||
if (interceptor) {
|
||||
// Subscribe to malware blocked events
|
||||
interceptor.on("malwareBlocked", (event) => {
|
||||
onMalwareBlocked(event.packageName, event.version, event.url);
|
||||
onMalwareBlocked(event.packageName, event.version, event.targetUrl);
|
||||
});
|
||||
|
||||
mitmConnect(req, clientSocket, interceptor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue