secureCodeBox/secureCodeBox

View on GitHub
scanners/typo3scan/parser/parser.js

Summary

Maintainability
A
2 hrs
Test Coverage
A
100%

Function parse has 53 lines of code (exceeds 25 allowed). Consider refactoring.
Open

async function parse(findings) {
  let results = [];

  Object.keys(findings).forEach((key) => {
    const domain = key;
Severity: Major
Found in scanners/typo3scan/parser/parser.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status