Updates
This commit is contained in:
parent
5849a2620e
commit
dfb81bf388
4
ajax.php
4
ajax.php
@ -48,10 +48,14 @@
|
||||
*/
|
||||
set_time_limit(0);
|
||||
|
||||
include_once 'vendor/autoload.php';
|
||||
include_once 'config.inc';
|
||||
include_once 'import.inc';
|
||||
include_once 'helper.inc';
|
||||
|
||||
use Monolog\Logger;
|
||||
use Monolog\Handler\StreamHandler;
|
||||
|
||||
chdir(dirname(__FILE__));
|
||||
|
||||
$db = new db();
|
||||
|
340
db_schema.json
340
db_schema.json
@ -252,8 +252,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "sw_man_match",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -454,8 +454,8 @@
|
||||
"schema": "rmf",
|
||||
"table": "family",
|
||||
"field": "abbr",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -502,8 +502,8 @@
|
||||
"schema": "rmf",
|
||||
"table": "controls",
|
||||
"field": "control_id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "rmf_related_controls_related_id",
|
||||
@ -511,8 +511,8 @@
|
||||
"schema": "rmf",
|
||||
"table": "controls",
|
||||
"field": "control_id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -563,8 +563,8 @@
|
||||
"schema": "rmf",
|
||||
"table": "controls",
|
||||
"field": "control_id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -641,8 +641,8 @@
|
||||
"schema": "rmf",
|
||||
"table": "controls",
|
||||
"field": "control_id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -704,8 +704,8 @@
|
||||
"schema": "rmf",
|
||||
"table": "controls",
|
||||
"field": "control_id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "rmf_eny_baseline_enh_id",
|
||||
@ -713,8 +713,8 @@
|
||||
"schema": "rmf",
|
||||
"table": "control_enh",
|
||||
"field": "enh_id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -805,8 +805,8 @@
|
||||
"schema": "rmf",
|
||||
"table": "controls",
|
||||
"field": "control_id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "fk_cci_control_enh1",
|
||||
@ -814,8 +814,8 @@
|
||||
"schema": "rmf",
|
||||
"table": "control_enh",
|
||||
"field": "enh_id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -1363,8 +1363,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "pdi_catalog",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "fp_src_id",
|
||||
@ -1372,8 +1372,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "sources",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -1423,8 +1423,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "pdi_catalog",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "exp_sys_id",
|
||||
@ -1432,8 +1432,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "system",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -1776,8 +1776,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "proc_ia_controls",
|
||||
"field": "control_id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -1858,8 +1858,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "proc_ia_controls",
|
||||
"field": "control_id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -2013,8 +2013,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "checklist",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "chk_sw_lu_sw_id",
|
||||
@ -2022,8 +2022,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "software",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -2125,8 +2125,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "checklist",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "pdi_pdi_id",
|
||||
@ -2134,8 +2134,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "pdi_catalog",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -2237,8 +2237,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "pdi_catalog",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -2285,8 +2285,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "pdi_catalog",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -2432,8 +2432,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "cci",
|
||||
"field": "cci_id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -2600,8 +2600,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "cve_db",
|
||||
"field": "cve_id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -2648,8 +2648,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "pdi_catalog",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "cve_cve_id",
|
||||
@ -2657,8 +2657,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "cve_db",
|
||||
"field": "cve_id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -2697,8 +2697,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "cve_db",
|
||||
"field": "cve_id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -2748,8 +2748,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "pdi_catalog",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -2807,8 +2807,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "pdi_catalog",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -3014,8 +3014,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "pdi_catalog",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -3071,8 +3071,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "iavm_notices",
|
||||
"field": "noticeId",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -3138,8 +3138,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "iavm_notices",
|
||||
"field": "noticeId",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -3215,8 +3215,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "iavm_notices",
|
||||
"field": "noticeId",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -3282,8 +3282,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "iavm_notices",
|
||||
"field": "noticeId",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -3339,8 +3339,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "iavm_notices",
|
||||
"field": "noticeId",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -3387,8 +3387,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "cve_db",
|
||||
"field": "cve_id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "iavm_lookup_id",
|
||||
@ -3396,8 +3396,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "iavm_notices",
|
||||
"field": "noticeId",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -3542,8 +3542,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "nessus_plugins",
|
||||
"field": "plugin_id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -3590,8 +3590,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "pdi_catalog",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "nessus_n_id",
|
||||
@ -3599,8 +3599,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "nessus_plugins",
|
||||
"field": "plugin_id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -3663,8 +3663,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "pdi_catalog",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -3761,8 +3761,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "pdi_catalog",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -3879,8 +3879,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "pdi_catalog",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -3927,8 +3927,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "pdi_catalog",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -4169,8 +4169,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "system",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "ste_site_id",
|
||||
@ -4178,8 +4178,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "sites",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -4241,8 +4241,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "people",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "ste_team_ste_id",
|
||||
@ -4250,8 +4250,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "ste",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -4310,8 +4310,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "ste",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -4358,8 +4358,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "ste_cat",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "ste_cat_src_id",
|
||||
@ -4367,8 +4367,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "sources",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -4467,8 +4467,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "ste_cat",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "cat_int_ques_id",
|
||||
@ -4476,8 +4476,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "interview_questions",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -4669,8 +4669,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "sources",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "scan_ste_id",
|
||||
@ -4678,8 +4678,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "ste",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -4968,8 +4968,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "ste_cat",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "t_os_id",
|
||||
@ -4977,8 +4977,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "software",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "t_ste_id",
|
||||
@ -4986,8 +4986,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "ste",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "t_auto_id",
|
||||
@ -4995,8 +4995,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "task_status",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "t_man_id",
|
||||
@ -5004,8 +5004,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "task_status",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "t_data_id",
|
||||
@ -5013,8 +5013,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "task_status",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "t_fp_cat1_id",
|
||||
@ -5022,8 +5022,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "task_status",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
],
|
||||
"index": [
|
||||
@ -5148,8 +5148,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "target",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -5248,8 +5248,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "target",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -5388,8 +5388,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "target",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -5508,8 +5508,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "target",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -5565,8 +5565,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "checklist",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "tgt_tgt_chk_id",
|
||||
@ -5574,8 +5574,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "target",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -5625,8 +5625,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "software",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "tgt_tgt_sft_id",
|
||||
@ -5634,8 +5634,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "target",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -5705,8 +5705,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "scans",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "host_tgt_id",
|
||||
@ -5714,8 +5714,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "target",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -5795,8 +5795,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "interfaces",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "pps_pps_id",
|
||||
@ -5804,8 +5804,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "ports_proto_services",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -5914,8 +5914,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "pdi_catalog",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "find_tgt_id",
|
||||
@ -5923,8 +5923,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "target",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "find_scan_id",
|
||||
@ -5932,8 +5932,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "scans",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "find_status_id",
|
||||
@ -5941,8 +5941,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "findings_status",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -5993,8 +5993,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "findings",
|
||||
"field": "tgt_id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "find_pdi_ctrl_id",
|
||||
@ -6002,8 +6002,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "findings",
|
||||
"field": "pdi_id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -6063,8 +6063,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "findings",
|
||||
"field": "tgt_id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "scan_find_pdi_notes_id",
|
||||
@ -6072,8 +6072,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "findings",
|
||||
"field": "pdi_id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "scan_find_scan_notes_id",
|
||||
@ -6081,8 +6081,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "scans",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -6132,8 +6132,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "findings",
|
||||
"field": "tgt_id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
},
|
||||
{
|
||||
"id": "analyst_find_pdi_notes_id",
|
||||
@ -6141,8 +6141,8 @@
|
||||
"schema": "sagacity",
|
||||
"table": "findings",
|
||||
"field": "pdi_id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
"update": "CASCADE",
|
||||
"delete": "CASCADE"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -358,7 +358,8 @@ Total STIGs: $total_stigs
|
||||
EOO;
|
||||
|
||||
/**
|
||||
*
|
||||
* Function to retrieve all the PDIs for a specified target and checklist
|
||||
*
|
||||
* @global db $db
|
||||
*
|
||||
* @param target $tgt
|
||||
|
@ -118,10 +118,16 @@ class scc_parser extends scan_xml_parser
|
||||
$this->groups = [];
|
||||
$this->tag = [];
|
||||
parent::__construct($this, $ste_id_in, $fname_in);
|
||||
$this->db->update_Running_Scan($this->scan->get_File_Name(), [
|
||||
'name' => 'pid',
|
||||
'value' => getmypid()
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Function to parse \cdf:Benchmark
|
||||
*
|
||||
* @param array $attrs
|
||||
*/
|
||||
public function cdf_Benchmark($attrs)
|
||||
{
|
||||
$this->scan->set_Start_Time(new DateTime("now", new DateTimeZone("UTC")));
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -967,7 +967,11 @@ class db_helper
|
||||
|
||||
if (isset($json->constraints) && is_array($json->constraints) && count($json->constraints)) {
|
||||
foreach ($json->constraints as $con) {
|
||||
$this->sql .= ", CONSTRAINT `{$con->id}` " . "FOREIGN KEY (`{$con->local}`) " . "REFERENCES `{$con->schema}`.`{$con->table}` (`{$con->field}`) " . "ON DELETE " . (is_null($con->delete) ? "NO ACTION" : strtoupper($con->delete)) . " " . "ON UPDATE " . (is_null($con->update) ? "NO ACTION" : strtoupper($con->update));
|
||||
$this->sql .= ", CONSTRAINT `{$con->id}` " .
|
||||
"FOREIGN KEY (`{$con->local}`) " .
|
||||
"REFERENCES `{$con->schema}`.`{$con->table}` (`{$con->field}`) " .
|
||||
"ON DELETE " . (!isset($con->delete) || is_null($con->delete) ? "NO ACTION" : strtoupper($con->delete)) . " " .
|
||||
"ON UPDATE " . (!isset($con->update) || is_null($con->update) ? "NO ACTION" : strtoupper($con->update));
|
||||
}
|
||||
}
|
||||
|
||||
@ -8721,8 +8725,11 @@ EOQ;
|
||||
foreach ($src_arr as $row) {
|
||||
$src = new source($row['id'], $row['name']);
|
||||
$icon = null;
|
||||
if ($row['icon']) {
|
||||
$icon = str_replace(" ", "-", substr($row['icon'], 0, - 4)) . "-missing.png";
|
||||
$missing_fname = str_replace(" ", "-", substr($row['icon'], 0, - 4)) . "-missing.png";
|
||||
if ($row['icon'] && file_exists(DOC_ROOT . "/img/scan_types/{$missing_fname}")) {
|
||||
$icon = $missing_fname;
|
||||
} else {
|
||||
$icon = $row['icon'];
|
||||
}
|
||||
$src->set_Icon($icon);
|
||||
$ret[$src->get_ID()]['src'] = $src;
|
||||
@ -8742,7 +8749,7 @@ EOQ;
|
||||
*/
|
||||
public function get_Target_Scan_Sources($tgt, &$exp_scan_srcs = null)
|
||||
{
|
||||
$ret = [];
|
||||
$ret = (!is_null($exp_scan_srcs) ? $exp_scan_srcs : []);
|
||||
$this->help->select("sources src", [
|
||||
"src.id",
|
||||
"src.name",
|
||||
@ -8762,9 +8769,8 @@ EOQ;
|
||||
"LEFT JOIN host_list hl ON hl.scan_id=s.id"
|
||||
]
|
||||
]);
|
||||
|
||||
$rows = $this->help->execute();
|
||||
|
||||
|
||||
if (is_array($rows) && count($rows) && isset($rows['id'])) {
|
||||
$rows = [
|
||||
0 => $rows
|
||||
@ -8772,39 +8778,15 @@ EOQ;
|
||||
}
|
||||
|
||||
if (is_array($rows) && count($rows) && isset($rows[0])) {
|
||||
if (is_null($exp_scan_srcs)) {
|
||||
foreach ($rows as $row) {
|
||||
$src = new source($row['id'], $row['name']);
|
||||
$src->set_Icon($row['icon']);
|
||||
$ret[$row['id']] = [
|
||||
'src' => $src,
|
||||
'scan_error' => (boolean) $row['scanner_error'],
|
||||
'notes' => $row['notes'],
|
||||
'file_name' => (!isset($ret[$row['id']]['file_name']) ? "{$row['file_name']} ({$row['finding_count']})" : "{$ret[$row['id']]['file_name']}\n{$row['file_name']} ({$row['finding_count']})")
|
||||
];
|
||||
}
|
||||
} else {
|
||||
foreach ($rows as $row) {
|
||||
if (isset($exp_scan_srcs[$row['id']]) && isset($exp_scan_srcs[$row['id']]['src']) && is_a($exp_scan_srcs[$row['id']]['src'], 'source')) {
|
||||
$exp_scan_srcs[$row['id']]['src']->set_Icon($row['icon']);
|
||||
$exp_scan_srcs[$row['id']] = [
|
||||
'scan_error' => (boolean) $row['scanner_error'],
|
||||
'notes' => $row['notes'],
|
||||
'file_name' => (!isset($exp_scan_srcs[$row['id']]['file_name']) ? "{$row['file_name']} ({$row['finding_count']})" : "{$exp_scan_srcs[$row['id']]['file_name']}\n{$row['file_name']} ({$row['finding_count']})")
|
||||
];
|
||||
} else {
|
||||
$src = new source($row['id'], $row['name']);
|
||||
$src->set_Icon($row['icon']);
|
||||
$exp_scan_srcs[$row['id']] = [
|
||||
'src' => $src,
|
||||
'scan_error' => (boolean) $row['scanner_error'],
|
||||
'notes' => $row['notes'],
|
||||
'file_name' => "{$row['file_name']} ({$row['finding_count']})"
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
return $exp_scan_srcs;
|
||||
foreach($rows as $row) {
|
||||
$src = new source($row['id'], $row['name']);
|
||||
$src->set_Icon($row['icon']);
|
||||
|
||||
$ret[$src->get_ID()]['src'] = $src;
|
||||
$ret[$src->get_ID()]['count'] = $row['finding_count'];
|
||||
$ret[$src->get_ID()]['notes'] = $row['notes'];
|
||||
$ret[$src->get_ID()]['scan_error'] = $row['scanner_error'];
|
||||
$ret[$src->get_ID()]['file_name'] = $row['file_name'];
|
||||
}
|
||||
}
|
||||
|
||||
@ -11145,7 +11127,7 @@ EOQ;
|
||||
'value' => $intCat
|
||||
]
|
||||
], [
|
||||
'order' => 'name'
|
||||
'order' => 'LENGTH(name),name'
|
||||
]);
|
||||
|
||||
$rows = $this->help->execute();
|
||||
@ -11188,7 +11170,7 @@ EOQ;
|
||||
'sql_op' => 'AND'
|
||||
]
|
||||
], [
|
||||
'order' => 'name'
|
||||
'order' => 'LENGTH(name),name'
|
||||
]);
|
||||
$ret = [];
|
||||
|
||||
@ -12624,6 +12606,18 @@ EOQ;
|
||||
|
||||
return false;
|
||||
}
|
||||
$this->help->delete("analyst_notes", null, [
|
||||
[
|
||||
'field' => 'tgt_id',
|
||||
'op' => '=',
|
||||
'value' => $tgt_id
|
||||
]
|
||||
]);
|
||||
if (! $this->help->execute()) {
|
||||
$this->help->debug(E_ERROR);
|
||||
|
||||
return false;
|
||||
}
|
||||
$this->help->delete("target", null, [
|
||||
[
|
||||
'field' => 'id',
|
||||
|
@ -26,7 +26,7 @@
|
||||
?>
|
||||
|
||||
<div id='copyright-text'>
|
||||
<p>Portions Copyright © 2016-2018 Cyber Perspective, LLC All rights reserved.</p>
|
||||
<p>Portions Copyright © 2016-2018 Cyber Perspectives, LLC All rights reserved.</p>
|
||||
<p>Portions Copyright © 2012-2015 Salient Federal Solutions</p>
|
||||
<p>Portions Copyright © 2008-2011 Science Applications International Corp.</p>
|
||||
</div>
|
||||
|
@ -384,7 +384,7 @@ function display_ops_hosts(hosts) {
|
||||
var odd = true;
|
||||
|
||||
for (var x in hosts.targets) {
|
||||
$(cat).after(
|
||||
$(cat).append(
|
||||
"<div class='" + (odd ? "odd_row" : "even_row") + " cat_" + cat_id + "'>" +
|
||||
"<span class='cat-cell' style='width:102px;text-align:left'>" +
|
||||
"<input type='checkbox' class='tgt-sel' value='" + hosts.targets[x].id + "' onclick='javascript:update_tgt_chk(this);' />" +
|
||||
|
18
ste/ste_script.min.js
vendored
18
ste/ste_script.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user