secureCodeBox/secureCodeBox

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

Summary

Maintainability
D
2 days
Test Coverage

Function isInScope has a Cognitive Complexity of 36 (exceeds 5 allowed). Consider refactoring.
Open

export function isInScope(
  scopeLimiter: ScopeLimiter,
  scanAnnotations: V1ObjectMeta["annotations"],
  finding: Finding,
  scopeLimiterAliases: ScopeLimiterAliases
Severity: Minor
Found in hooks/cascading-scans/hook/scope-limiter.ts - About 5 hrs 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 isInScope has 119 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function isInScope(
  scopeLimiter: ScopeLimiter,
  scanAnnotations: V1ObjectMeta["annotations"],
  finding: Finding,
  scopeLimiterAliases: ScopeLimiterAliases
Severity: Major
Found in hooks/cascading-scans/hook/scope-limiter.ts - About 4 hrs to fix

    Function templateValue has 71 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      function templateValue(value: string): {values: string[]; rendered: boolean} {
        if (value === undefined)
          return {
            values: [],
            rendered: true,
    Severity: Major
    Found in hooks/cascading-scans/hook/scope-limiter.ts - About 2 hrs to fix

      File scope-limiter.ts has 269 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      // SPDX-FileCopyrightText: the secureCodeBox authors
      //
      // SPDX-License-Identifier: Apache-2.0
      
      import {Finding, ScopeLimiter, ScopeLimiterAliases} from "./scan-helpers";
      Severity: Minor
      Found in hooks/cascading-scans/hook/scope-limiter.ts - About 2 hrs to fix

        Function operatorInCIDR has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
        Open

        function operatorInCIDR({
          scopeAnnotationValue,
          findingValues,
        }: Operands): boolean {
          function getIPv4Or6(ipValue: string): Address4 | Address6 {
        Severity: Minor
        Found in hooks/cascading-scans/hook/scope-limiter.ts - About 1 hr 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