get_Category_Checklists($cat); $summary = $db->get_Checklist_Summary($cat); $cat_tgts = $db->get_Target_By_Category($cat); $system = $db->get_System_By_STE_ID($ste); if (!is_a($system, 'system')) { die("Could not determine System from ST&E"); } ?> Export   Cancel
$name"; } } ?> $chklst) { print ""; foreach ($summary['summary'][$chk_key] as $host_key => $host) { if ($host || $summary['checklists'][$chk_key] == 'Orphan V1R1') { print ""; } else { print ""; } } print ""; $x++; } ?>
 
{$summary['checklists'][$chk_key]}

Open Cat I: get_Finding_Count_By_Status($cat, "Open", 1); ?> System: get_Name(); ?> Classification: get_Classification(); ?> Fields marked in yellow are required by the scripts
to determine formal System Name, hostnames,
and overall classification. For Classification, use
UNCLASSIFIED or SECRET.


NO SPACES OR SPECIAL CHARS IN HOSTNAMES!
Open Cat II: get_Finding_Count_By_Status($cat, "Open", 2); ?> Hostname(s): Date(s) Tested:
Open Cat III: get_Finding_Count_By_Status($cat, "Open", 3); ?> IP(s): ST&E Team:
Not a Finding: get_Finding_Count_By_Status($cat, "Not a Finding"); ?> Netmask: OS:
N/A: get_Finding_Count_By_Status($cat, "Not Applicable"); ?> Gateway: Hardware:
Not Reviewed: Description: Location:

get_Category_Findings($cat); foreach ($findings as $worksheet_name => $data) { print ""; if (count($findings) > $x) { print "Next  "; } if ($x - 1 != 0) { print "Back  "; } print "Bottom"; ?> $col_id) { $tgt = $db->get_Target_Details($ste, $host_name)[0]; $total_cat_1 += $cat_1 = $db->get_Host_Finding_Count_By_Status($tgt, "Open", 1, null, $chk_ids, $orphan); $total_cat_2 += $cat_2 = $db->get_Host_Finding_Count_By_Status($tgt, "Open", 2, null, $chk_ids, $orphan); $total_cat_3 += $cat_3 = $db->get_Host_Finding_Count_By_Status($tgt, "Open", 3, null, $chk_ids, $orphan); $total_na += $na = $db->get_Host_Finding_Count_By_Status($tgt, "Not Applicable", null, null, $chk_ids, $orphan); $total_nf += $nf = $db->get_Host_Finding_Count_By_Status($tgt, "Not a Finding", null, null, $chk_ids, $orphan); $total_fp += $fp = $db->get_Host_Finding_Count_By_Status($tgt, "False Positive", null, null, $chk_ids, $orphan); $total_nd += $nd = $db->get_Host_Finding_Count_By_Status($tgt, "No Data", null, null, $chk_ids, $orphan); $total_nr += $nr = $db->get_Host_Finding_Count_By_Status($tgt, "Not Reviewed", null, null, $chk_ids, $orphan); $all_nr += $nr; ?>
Checklist: $chk_id) { $chk = $db->get_Checklist($chk_id)[0]; $chk_arr[] = "{$chk->get_Name()} V{$chk->get_Version()}R{$chk->get_Release()} ({$chk->get_type()})
"; $chk_ids[] = $chk->get_ID(); if ($chk->get_Name() == 'Orphan') { $orphan = true; } } sort($chk_arr); print implode("", $chk_arr); ?>
  I II III NA NF FP ND NR
get_Name(); ?>
Total
Top

$chk) { foreach ($summary['summary'][$chk_key] as $host_key => $host) { print ""; } } ?> Export   Cancel