hackedteam/test-av

View on GitHub

Showing 1,005 of 1,471 total issues

Consider simplifying this complex logical expression.
Open

        if (
            self.Width is not None or
            self.Height is not None or
            self.Window_Display_Name is not None or
            self.Parent_Window is not None or
Severity: Major
Found in lib/maec/maec11.py - About 1 hr to fix

    Consider simplifying this complex logical expression.
    Open

            if (
                self.Behavior_Collection_Pool is not None or
                self.Behavior_Pool is not None or
                self.Action_Collection_Pool is not None or
                self.Action_Pool is not None or
    Severity: Major
    Found in lib/maec/maec11.py - About 1 hr to fix

      Function route has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
      Open

          def route(self, path=None, method='GET', callback=None, name=None,
                    apply=None, skip=None, **config):
              """ A decorator to bind a function to a request URL. Example::
      
                      @app.route('/hello/:name')
      Severity: Minor
      Found in lib/bottle.py - About 55 mins to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Function __populate has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
      Open

          def __populate(self, modules):
              """Load modules.
              @param modules: modules.
              """
              prefix = modules.__name__ + "."
      Severity: Minor
      Found in lib/cuckoo/core/reporter.py - About 55 mins to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Function main has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
      Open

      def main():
          logo()
          check_dependencies()
          check_working_directory()
          check_configs()
      Severity: Minor
      Found in cuckoo.py - About 55 mins to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Function __iter__ has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
      Open

          def __iter__(self):
              ''' Iterate over all existing files in all registered paths. '''
              search = self.path[:]
              while search:
                  path = search.pop()
      Severity: Minor
      Found in lib/bottle.py - About 55 mins to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Function search has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
      Open

          def search(cls, name, lookup=[]):
              """ Search name in all directories specified in lookup.
              First without, then with common extensions. Return first hit. """
              if os.path.isfile(name): return name
              for spath in lookup:
      Severity: Minor
      Found in lib/bottle.py - About 55 mins to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Function parse_rich_header has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
      Open

          def parse_rich_header(self):
              """Parses the rich header
              see http://www.ntcore.com/files/richsign.htm for more information
              
              Structure:
      Severity: Minor
      Found in lib/pefile/pefile.py - About 55 mins to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Function exportLiteralChildren has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
      Open

          def exportLiteralChildren(self, outfile, level, name_):
              if self.references is not None:
                  showIndent(outfile, level)
                  outfile.write('references=model_.referencesType(\n')
                  self.references.exportLiteral(outfile, level, name_='references')
      Severity: Minor
      Found in lib/maec/maec11.py - About 55 mins to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Function exportChildren has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
      Open

          def exportChildren(self, outfile, level, namespace_='maec:', name_='fieldDataEntry', fromsubclass_=False):
              if self.references is not None:
                  self.references.export(outfile, level, namespace_, name_='references', )
              if self.startDate is not None:
                  showIndent(outfile, level)
      Severity: Minor
      Found in lib/maec/maec11.py - About 55 mins to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Function buildChildren has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
      Open

          def buildChildren(self, child_, node, nodeName_, fromsubclass_=False):
              if nodeName_ == 'uriString':
                  uriString_ = child_.text
                  uriString_ = self.gds_validate_string(uriString_, node, 'uriString')
                  self.uriString = uriString_
      Severity: Minor
      Found in lib/maec/maec11.py - About 55 mins to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Function route has 7 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def route(self, path=None, method='GET', callback=None, name=None,
      Severity: Major
      Found in lib/bottle.py - About 50 mins to fix

        Function __init__ has 7 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            def __init__(self, host, port, ident, secret, timeout=3, reconnect=False, sleepwait=20):
        Severity: Major
        Found in lib/hpfeeds.py - About 50 mins to fix

          Function __init__ has 7 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              def __init__(self, id=None, name=None, Affinity_Type=None, Affinity_Degree=None, Object_Sub_Collection=None, Object=None, Object_Reference=None):
          Severity: Major
          Found in lib/maec/maec11.py - About 50 mins to fix

            Function __init__ has 7 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                def __init__(self, Block_Nature=None, Text_Title=None, Text=None, Code_Example_Language=None, Code=None, Images=None, Block=None):
            Severity: Major
            Found in lib/maec/maec11.py - About 50 mins to fix

              Function __init__ has 7 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  def __init__(self, Behavior_Collection_Pool=None, Behavior_Pool=None, Action_Collection_Pool=None, Action_Pool=None, Object_Pool=None, Effect_Pool=None, Object_Collection_Pool=None):
              Severity: Major
              Found in lib/maec/maec11.py - About 50 mins to fix

                Function __init__ has 7 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                    def __init__(self, Width=None, Height=None, Window_Display_Name=None, Parent_Window=None, Owner_Window=None, Box_Text=None, Box_Caption=None):
                Severity: Major
                Found in lib/maec/maec11.py - About 50 mins to fix

                  Function doUpdate has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
                  Open

                      def doUpdate(self, vmx):
                          if vmx == 'all':
                              #update all vms
                              vms = self.conf.getMachines()
                              
                  Severity: Minor
                  Found in utils/manager/av_updates.py - About 45 mins to fix

                  Cognitive Complexity

                  Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                  A method's cognitive complexity is based on a few simple rules:

                  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                  • Code is considered more complex for each "break in the linear flow of the code"
                  • Code is considered more complex when "flow breaking structures are nested"

                  Further reading

                  Avoid deeply nested control flow statements.
                  Open

                                          if exist.get_id() == req['uri']:
                                              found = True
                                      if not found:
                  Severity: Major
                  Found in modules/reporting/metadata.py - About 45 mins to fix

                    Avoid deeply nested control flow statements.
                    Open

                                            if argument["name"] == "ProcessId":
                                                process["children"].append(int(argument["value"]))
                    
                    
                    Severity: Major
                    Found in modules/processing/behavior.py - About 45 mins to fix
                      Severity
                      Category
                      Status
                      Source
                      Language