prey/prey-node-client

View on GitHub
lib/agent/providers/connections/windows.js

Summary

Maintainability
A
1 hr
Test Coverage

Function get_outbound_connections_list has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.get_outbound_connections_list = function(callback) {

  var connections = [],
      command = 'netstat -ano';

Severity: Minor
Found in lib/agent/providers/connections/windows.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status