secureCodeBox/secureCodeBox

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

Summary

Maintainability
A
2 hrs
Test Coverage
A
100%

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

async function parse(fileContent) {
  const db = await openDatabase(fileContent);
  const tableExists = await checkIfTableExists(db);
  if (!tableExists) return [];

Severity: Major
Found in scanners/amass/parser/parser.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status