Examples of openVulnerability()


Examples of com.denimgroup.threadfix.data.entities.Vulnerability.openVulnerability()

          // TODO else if there are more older maps, change the close time to
          // what it was before
          vuln.getScanCloseVulnerabilityMaps().remove(map);
          if (map.getVulnerability().isFoundByScanner()) {
            vuln.openVulnerability(map.getVulnerability().getOpenTime());
          }
          vulnerabilityDao.saveOrUpdate(vuln);
        }
      }
    }
View Full Code Here

Examples of com.denimgroup.threadfix.data.entities.Vulnerability.openVulnerability()

                    + finding.getChannelVulnerability().getCode());
      return null;
    }

    Vulnerability vulnerability = new Vulnerability();
    vulnerability.openVulnerability(Calendar.getInstance());
    vulnerability.setGenericVulnerability(genericVulnerability);
    vulnerability.setSurfaceLocation(finding.getSurfaceLocation());
   
    // TODO calculate some sort of threshold here and figure out whether or not we want to keep
    // the calculated url path or not.
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.