secureCodeBox/secureCodeBox

View on GitHub
hooks/cascading-scans/hook/hook.ts

Summary

Maintainability
D
1 day
Test Coverage

File hook.ts has 367 lines of code (exceeds 250 allowed). Consider refactoring.
Open

// SPDX-FileCopyrightText: the secureCodeBox authors
//
// SPDX-License-Identifier: Apache-2.0

import {
Severity: Minor
Found in hooks/cascading-scans/hook/hook.ts - About 4 hrs to fix

    Function mergeCascadingRuleWithScan has 63 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function mergeCascadingRuleWithScan(scan: Scan, cascadingRule: CascadingRule) {
      const {scanAnnotations, scanLabels} = cascadingRule.spec;
      let {
        env = [],
        volumes = [],
    Severity: Major
    Found in hooks/cascading-scans/hook/hook.ts - About 2 hrs to fix

      Function getCascadingScan has 62 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      function getCascadingScan(
        parentScan: Scan,
        finding: Finding,
        cascadingRule: CascadingRule
      ) {
      Severity: Major
      Found in hooks/cascading-scans/hook/hook.ts - About 2 hrs to fix

        Function templateCascadingRule has 49 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        function templateCascadingRule(
          parentScan: Scan,
          finding: Finding,
          cascadingRule: CascadingRule
        ): CascadingRule {
        Severity: Minor
        Found in hooks/cascading-scans/hook/hook.ts - About 1 hr to fix

          Function getScansMatchingRule has 36 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          function getScansMatchingRule(
            parentScan: Scan,
            findings: Array<Finding>,
            cascadingRule: CascadingRule,
            parseDefinition: ParseDefinition
          Severity: Minor
          Found in hooks/cascading-scans/hook/hook.ts - About 1 hr to fix

            Function getCascadingScans has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

              parentScan: Scan,
              findings: Array<Finding>,
              cascadingRules: Array<CascadingRule>,
              cascadedRuleUsedForParentScan: CascadingRule,
              parseDefinition: ParseDefinition
            Severity: Minor
            Found in hooks/cascading-scans/hook/hook.ts - About 35 mins to fix

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

              function getScansMatchingRule(
                parentScan: Scan,
                findings: Array<Finding>,
                cascadingRule: CascadingRule,
                parseDefinition: ParseDefinition
              Severity: Minor
              Found in hooks/cascading-scans/hook/hook.ts - 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

              There are no issues that match your filters.

              Category
              Status