Examples of DefectViewModel


Examples of com.denimgroup.threadfix.webapp.viewmodels.DefectViewModel

    model.addAttribute("newWaf", new Waf());
    model.addAttribute(new VulnerabilityCollectionModel());
        model.addAttribute("activeTab", getActiveTab(request, falsePositiveCount, numClosedVulns));
    model.addAttribute(application);
    model.addAttribute("finding", new Finding());
    model.addAttribute(new DefectViewModel());
        model.addAttribute("isEnterprise", EnterpriseTest.isEnterprise());
    if (PermissionUtils.isAuthorized(Permission.CAN_MANAGE_USERS,orgId,appId)) {
      model.addAttribute("users", userService.getPermissibleUsers(orgId, appId));
    }
    model.addAttribute("manualChannelVulnerabilities", channelVulnerabilityService.loadAllManual());
View Full Code Here

Examples of com.denimgroup.threadfix.webapp.viewmodels.DefectViewModel

      data = dt.getProjectMetadata();
      defectList = dt.getDefectList();
    }
    model.addAttribute("projectMetadata", data);
    model.addAttribute("defectList", defectList);
    model.addAttribute(new DefectViewModel());
    model.addAttribute("contentPage", "defects/mergeDefectForm.jsp");
   
    log.info("Ended getting defect list.");
   
    return "ajaxSuccessHarness";
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.