IMcPwn/browser-backdoor

View on GitHub
client/main.js

Summary

Maintainability
A
1 hr
Test Coverage

Function createWindow has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function createWindow() {
    // You can change CommandOrControl+Alt+\ to the shortcut to manage the application.
    globalShortcut.register('CommandOrControl+Alt+\\', function () {
        let result = dialog.showMessageBox({
            type: 'info',
Severity: Minor
Found in client/main.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status