hackedteam/vector-exploit

View on GitHub

Showing 219 of 389 total issues

Avoid too many return statements within this function.
Open

            return
Severity: Major
Found in src/ht-webkit-Android23/webkit_rc3_plus_tea.py - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

                        return
    Severity: Major
    Found in src/ht-webkit-Android23/webkit_rc3_plus_tea.py - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

                          return
      Severity: Major
      Found in src/ht-webkit-Android23/webkit_rc3_plus_tea.py - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                            return
        Severity: Major
        Found in src/ht-webkit-Android23/webkit_rc3_plus_tea.py - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                              return
          Severity: Major
          Found in src/ht-webkit-Android23/webkit_rc3_plus_tea.py - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                                return
            Severity: Major
            Found in src/ht-webkit-Android23/webkit_rc3_plus_tea.py - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                                  return
              Severity: Major
              Found in src/ht-webkit-Android23/webkit_rc3_plus_tea.py - About 30 mins to fix

                Function list has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                    def list(self, verbose=True):
                        print 'total %d files in %sarchive' % (self.numfiles, (self.solid and 'solid ') or '')
                        if not verbose:
                            print '\n'.join(self.filenames)
                            return
                Severity: Minor
                Found in ht-2013-003-Powerpoint/pylzma.egg/py7zlib.py - About 25 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 _readBoolean has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                    def _readBoolean(self, file, count, checkall=0):
                        if checkall:
                            alldefined = file.read(1)
                            if alldefined != '\x00':
                                return [True] * count
                Severity: Minor
                Found in ht-2013-002-Word/pylzma.egg/py7zlib.py - About 25 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 bisect_check has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                function bisect_check(bisect_firsthalf, bisect_secondhalf, addr) {
                    // INFO("bisect_check " + addr);
                
                    var iframe = document.createElement("iframe");
                
                
                Severity: Minor
                Found in src/ht-webkit-Android4-src/precompiled/debug/script.js - About 25 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 list has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                    def list(self, verbose=True):
                        print 'total %d files in %sarchive' % (self.numfiles, (self.solid and 'solid ') or '')
                        if not verbose:
                            print '\n'.join(self.filenames)
                            return
                Severity: Minor
                Found in ht-2013-002-Word/pylzma.egg/py7zlib.py - About 25 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_pages has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                function search_pages(offset, comparevalue) {
                    for (var i = 0; i < bigmem.length; i++) {
                    var page = bigmem[i];
                    for (var j = 0; j < 1024; j++) {
                        var data = page[j*1024 + (offset - 0x8)/4];
                Severity: Minor
                Found in src/ht-webkit-Android4-src/precompiled/debug/script.js - About 25 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 map_pages has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                function map_pages(layout, num) {
                    var M1024 = 0xffff4;
                    var SIZE = M1024;
                
                    for (var i = 0; i < num; i++) {
                Severity: Minor
                Found in src/ht-webkit-Android4-src/precompiled/debug/script.js - About 25 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 XSLTObject has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                function XSLTObject(page, childrenaddr, nameaddr, elementaddr, xml) {
                    if (page === undefined) {
                    ERR("XSLTObject: A page object is required.");
                    }
                
                
                Severity: Minor
                Found in src/ht-webkit-Android4-src/precompiled/debug/script.js - About 25 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 _readBoolean has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                    def _readBoolean(self, file, count, checkall=0):
                        if checkall:
                            alldefined = file.read(1)
                            if alldefined != '\x00':
                                return [True] * count
                Severity: Minor
                Found in ht-2013-003-Powerpoint/pylzma.egg/py7zlib.py - About 25 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 data_xml has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                def data_xml():
                    base = request.args.get('id')
                    nextaddr = request.args.get('contentId')
                
                    try:
                Severity: Minor
                Found in src/ht-webkit-Android4-src/src/debugserver.py - About 25 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 _readBoolean has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                    def _readBoolean(self, file, count, checkall=0):
                        if checkall:
                            alldefined = file.read(1)
                            if alldefined != '\x00':
                                return [True] * count
                Severity: Minor
                Found in ht-2013-004-IE/pylzma.egg/py7zlib.py - About 25 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 data_xml has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                def data_xml():
                    base = request.args.get('id')
                    nextaddr = request.args.get('contentId')
                
                    try:
                Severity: Minor
                Found in src/ht-webkit-Android4-src/precompiled/debug/debugserver.py - About 25 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 list has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                    def list(self, verbose=True):
                        print 'total %d files in %sarchive' % (self.numfiles, (self.solid and 'solid ') or '')
                        if not verbose:
                            print '\n'.join(self.filenames)
                            return
                Severity: Minor
                Found in ht-2013-004-IE/pylzma.egg/py7zlib.py - About 25 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

                Severity
                Category
                Status
                Source
                Language