+ 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.