minor fixes
1 parent fef971b commit f8f007afa9d548f2c7d1b777ea6cadc2db2c14ea
root authored on 13 Jan 2020
Showing 2 changed files
View
6
ReportToolz/rep2.php
break;
case 'Vulnerabilities Exist On':
$switch = 7;
break;
case 'Potential Impact':
$switch = 9;
break;
default:
# code...
break;
}
$vuln[$vulnPlace]['title'] = trim($line[$i]);
$vuln[$vulnPlace]['ref'] = "$sub1.$sub2.$sub3";
$sub3++;
$switch = 0;
break;
case 9:
@$vuln[$vulnPlace]['impact'] .= $line[$i];
break;
default:
# code...
break;
View
ReportToolz/templates/odt/blank_template_v0.5.odt
Not supported
Buy Me A Coffee