nci-ats/fs-middlelayer-api

View on GitHub

Showing 61 of 61 total issues

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

function getTopLevelField(intakeField, cnData, getSchema, jsonData, key){
Severity: Minor
Found in src/controllers/get.js - About 35 mins to fix

    Function checkForSmallBusiness has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
    Open

    function checkForSmallBusiness(input, processedFieldErrors){
    if (input.tempOutfitterFields && input.applicantInfo){
    if (input.applicantInfo.orgType && input.applicantInfo.orgType.toUpperCase() !== 'PERSON'){
    if ((typeof input.tempOutfitterFields.smallBusiness) !== 'boolean'){
    processedFieldErrors.errorArray.push(makeErrorObj('tempOutfitterFields.smallBusiness', 'missing'));
    Severity: Minor
    Found in src/controllers/validation.js - About 35 mins to fix

    Function checkForOrgName has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
    Open

    function checkForOrgName(input, processedFieldErrors){
    if (input.applicantInfo){
    if (input.applicantInfo.orgType && input.applicantInfo.orgType.toUpperCase() !== 'PERSON'){
    if (!input.applicantInfo.organizationName || input.applicantInfo.organizationName.length <= 0){
    processedFieldErrors.errorArray.push(makeErrorObj('applicantInfo.organizationName', 'missing'));
    Severity: Minor
    Found in src/controllers/validation.js - About 35 mins to fix

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

    const getFile = function(fp, callback){
     
    models.files.findOne({
    where: {filePath: fp}
    })
    Severity: Minor
    Found in src/controllers/db.js and 1 other location - About 30 mins to fix
    src/controllers/db.js on lines 75..87

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

    const getFiles = function(appId, callback){
     
    models.files.findAll({
    where: {applicationId: appId}
    })
    Severity: Minor
    Found in src/controllers/db.js and 1 other location - About 30 mins to fix
    src/controllers/db.js on lines 56..68

    debug Regular Expression Denial of Service
    Open

    "debug": {
    "version": "2.6.8",
    "from": "debug@2.6.8",
    "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.8.tgz"
    }
    Severity: Minor
    Found in npm-shrinkwrap.json by nodesecurity

    forwarded Regular Expression Denial of Service
    Open

    "forwarded": {
    "version": "0.1.0",
    "from": "forwarded@>=0.1.0 <0.2.0",
    "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz"
    },
    Severity: Minor
    Found in npm-shrinkwrap.json by nodesecurity

    mime Regular Expression Denial of Service
    Open

    "mime": {
    "version": "1.2.11",
    "from": "mime@>=1.2.11 <1.3.0",
    "resolved": "https://registry.npmjs.org/mime/-/mime-1.2.11.tgz"
    },
    Severity: Minor
    Found in npm-shrinkwrap.json by nodesecurity

    debug Regular Expression Denial of Service
    Open

    "debug": {
    "version": "2.6.7",
    "from": "debug@2.6.7",
    "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.7.tgz"
    },
    Severity: Minor
    Found in npm-shrinkwrap.json by nodesecurity

    marked Regular Expression Denial of Service
    Open

    "marked": {
    "version": "0.3.6",
    "from": "marked@>=0.3.6 <0.4.0",
    "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.6.tgz"
    },
    Severity: Minor
    Found in npm-shrinkwrap.json by nodesecurity

    mime Regular Expression Denial of Service
    Open

    "mime": {
    "version": "1.3.4",
    "from": "mime@1.3.4",
    "resolved": "https://registry.npmjs.org/mime/-/mime-1.3.4.tgz"
    }
    Severity: Minor
    Found in npm-shrinkwrap.json by nodesecurity

    tough-cookie Regular Expression Denial of Service
    Open

    "tough-cookie": {
    "version": "2.3.2",
    "from": "tough-cookie@>=2.3.0 <2.4.0",
    "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz",
    "dependencies": {
    Severity: Minor
    Found in npm-shrinkwrap.json by nodesecurity

    minimatch Regular Expression Denial of Service
    Open

    "minimatch": {
    "version": "2.0.10",
    "from": "minimatch@>=2.0.1 <3.0.0",
    "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz"
    },
    Severity: Minor
    Found in npm-shrinkwrap.json by nodesecurity

    Avoid too many return statements within this function.
    Open

    return createContact(fieldsObj, person, apiCallsObject);
    Severity: Major
    Found in src/controllers/basic.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

      return error.sendError(req, res, 404, 'Invalid endpoint.');
      Severity: Major
      Found in src/controllers/index.js - About 30 mins to fix

        fresh Regular Expression Denial of Service
        Open

        "fresh": {
        "version": "0.5.0",
        "from": "fresh@0.5.0",
        "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.0.tgz"
        },
        Severity: Minor
        Found in npm-shrinkwrap.json by nodesecurity

        minimatch Regular Expression Denial of Service
        Open

        "minimatch": {
        "version": "0.2.14",
        "from": "minimatch@>=0.2.11 <0.3.0",
        "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz"
        }
        Severity: Minor
        Found in npm-shrinkwrap.json by nodesecurity

        pg Remote Code Execution
        Open

        "pg": {
        "version": "6.2.3",
        "from": "pg@>=6.2.2 <7.0.0",
        "resolved": "https://registry.npmjs.org/pg/-/pg-6.2.3.tgz"
        },
        Severity: Minor
        Found in npm-shrinkwrap.json by nodesecurity

        First header should be a top level header
        Open

        ## CC0 1.0 Universal summary
        Severity: Info
        Found in LICENSE.md by markdownlint

        First header should be a top level header
        Open

        ## Welcome!
        Severity: Info
        Found in CONTRIBUTING.md by markdownlint
        Severity
        Category
        Status
        Source
        Language