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"; } } ?> | ||
{$summary['checklists'][$chk_key]} | "; foreach ($summary['summary'][$chk_key] as $host_key => $host) { if ($host || $summary['checklists'][$chk_key] == 'Orphan V1R1') { print ""; } else { print " | – | "; } } print "
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: |
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 |