Commit Graph

107 Commits

Author SHA1 Message Date
21082c7513 checklist.inc - deleted duplicate BIND 9 checklist icon entry
finding.inc - removed ID property to prevent duplicate findings from being added to the table
host_list.inc - deleted unused constructor
import.inc - formatting
db_schema.json - removed sagacity.findings.id field (making tgt_id and pdi_id new primary keys), and updated references
Database_Baseline.zip - updated routines for above change
background_results.php - fixed bug #19
export-ckl.php - performance adjustments
parse_excel_echecklist.php - performance improvements, ensure duplicate findings are not created, make eChecklist true status, update for removing findings.id field
parse_nvd_json_cve.php - convert reading json to array instead of object for reading CPEs (which were updated to CPE 2.3 instead of 2.2)
parse_* - remove findings.id field
database.inc - formatting, and update for removing findings.id field
index.php - ensure user can't import a host list without uploading a host list file

Fixed:
#65, #51, #28, #27, #10
2018-11-06 15:36:48 -05:00
Jeff Odegard
5b749f6844
Fix for #62
Commented out last INSERT in post_Processing
2018-11-03 16:02:08 -06:00
Jeff Odegard
ebc5cc6a7e
Fix for #63
Line 11926, added isset to check for index 0:   if (is_array($pri_find) && count($pri_find) && isset($pri_find[0])) {
2018-10-29 20:03:24 -06:00
Jeff Odegard
f1cab13251
Add ROLE to .ckl ASSET Tag and delete HOST_GUID
These changes make the .ckl exports compatible with the latest STIG Viewer 2.8.
2018-10-29 19:42:36 -06:00
5d8711d494 Fix bug #49
Revert update_db.php to download compilation STIG library instead of individual as links are inconsistent (#60, #64, #61
Add scape_webpage method to helper.inc for future efforts
Fixed typo in uninstall.bat
2018-10-29 13:19:31 -04:00
ab9005f0c3 Partial bug fix for #62 since new versions of SCC include extra characters in the VMS ID. 2018-10-27 12:20:33 -04:00
7f2f6a9046 Fix for #60
Some formatting
Die if installer.php fails to create password file
Update target counts after importing eChecklist and CKL
2018-10-25 17:48:57 -04:00
d43775b26f Fix bug with host list import not working correctly. 2018-10-25 11:32:48 -04:00
e995c0e78e Fixed a couple typos 2018-10-23 18:46:40 -04:00
17dbe134cc Database_Baseline.zip - Revisions for creating views and routines
installer.php - Fix bug when
update_db.php - Converted STIG download to identify the zip files from the a-z master list and download them individually instead of downloading the compilation zip file.  Also integrated the sunset list into the same process so ALL STIGs are downloaded and imported at the same time
2018-10-19 18:45:08 -04:00
c34d4eafd9 Vendor updates 2018-10-17 22:28:29 -04:00
98ea166a22 Fix for #10, #57, & #58 2018-10-17 22:19:41 -04:00
1645914d32 Update to fix some of the improper working of the results page. This does not fix the SCC result parsing...still working on that. 2018-10-17 19:44:37 -04:00
3ffd9b971e Update for config.inc for 1.3.4 release 2018-10-17 16:26:42 -04:00
43da94ed9c Fix for #57 2018-10-17 14:42:49 -04:00
fc22e6875e Fix for #49 2018-10-16 12:24:10 -04:00
479c34ca5d I believe this should fix #51. 2018-10-13 20:15:37 -04:00
13456fed63 Update to fix #52. 2018-10-13 20:07:56 -04:00
Jeff Odegard
c0b54abe09
Update README.md
Added the Cyber Perspectives Web Page to the Readme
2018-10-03 15:09:57 -06:00
Jeff Odegard
4f53418e8c
Created uinstall.bat, updated install.bat
Adding an uninstall.bat that, when run as administrator, will stop the apache2.4 and mysql services, delete the mysql service (which XAMPP uninstall leaves behind...), deletes the www folder and uninstalls XAMPP.

Modified the install.bat script to suppress output when deleting the unnecessary XAMPP htdocs folder and added a friendly "contact us" message to encourage some feedback from our users.
2018-10-03 15:06:56 -06:00
Cyber Perspectives, LLC
2c0bbb793d
Merge pull request #48 from cyberperspectives/v1.3.3
V1.3.3
2018-10-02 10:29:50 -04:00
dca07e06f5 Bug #18 fix 2018-09-27 14:27:57 -04:00
dda64e1239 Merge branch 'v1.3.3' of https://github.com/cyberperspectives/sagacity into HEAD 2018-09-26 10:43:03 -04:00
684d1e4b19 Enhancement to add #11 2018-09-26 10:41:20 -04:00
dde7409f01 Bug fix for #26
Make sure debug log does not output integers, but only mysqli_result object in db_helper
Couple other fixes
2018-09-26 10:39:38 -04:00
Jeff Odegard
18cac3afa5
Add icon for application server 2018-09-19 10:57:32 -06:00
Jeff Odegard
85bf003d01
Distinguished App Server STIG from App Development 2018-09-19 10:56:45 -06:00
Jeff Odegard
0931990735
Delete Unnecessary XAMPP htdocs folder on install 2018-09-19 10:52:17 -06:00
881bf29ee5 Merge branch 'v1.3.3' of https://github.com/cyberperspectives/sagacity into HEAD 2018-09-18 22:56:46 -04:00
2440bc75cc Fix for bug #22 2018-09-18 22:55:43 -04:00
Cyber Perspectives, LLC
13834fd658
Upload checklist.inc for Sunset STIG Icons 2018-09-18 20:06:38 -06:00
Cyber Perspectives, LLC
17251a249f
Update icons for Sunset STIGs 2018-09-18 20:05:46 -06:00
7b40dbb75c Merge branch 'v1.3.3' of https://github.com/cyberperspectives/sagacity into HEAD 2018-09-18 20:09:27 -04:00
7293fd7114 Update 3rd party library 2018-09-18 19:59:25 -04:00
927ae69743 ajax.php - sort checklists
background_stigs.php - change to support adding sunset STIGs to update_db.php
parse_nessus.php/parse_nmap.php - disable post processing until the end of reading the file
update_db.php - Add sunset STIGs downloading and parsing
database.inc - Removed unnecessary variables ($key, etc), fixed typo (proc_ia_control v. proc_ia_controls), fix typo line 11072, added query_type to other queries in post_Processing method, call update_Target_Count method at the end of post_Processing, convert update_Target_Count to use queries instead of get_pdi_count and get_finding_count views (caused a performance hit), removed calling update_Target_Count from save_Target method to support previously mentioned changes
index.php - removed ajax timeout when bulk removing targets
2018-09-18 19:53:19 -04:00
78e584c1b9 Update 3rd party libraries
Forgot these two
2018-09-18 19:32:08 -04:00
87feac65a2 Delete php-db library due to confusion with db_helper class and required rewrite to use it. 2018-09-18 19:28:10 -04:00
Jeff Odegard
a8d9725168
Images for new checklist icons 2018-09-18 12:08:58 -06:00
Jeff Odegard
495bad4bad
Updates to eliminate orphaned checklists. 2018-09-18 12:07:58 -06:00
Cyber Perspectives, LLC
eb904cca72
Update README.md 2018-09-16 19:33:30 -06:00
422ff8094a Fix for bug #9 2018-09-11 16:51:23 -04:00
972c456fc5 Typo fix 2018-09-06 18:38:31 -04:00
a0605844bf Merge branch 'v1.3.3' of https://github.com/cyberperspectives/sagacity into HEAD 2018-09-06 13:46:14 -04:00
d41c1f9e21 Moved NVD CVE parse progress to update_db and changed download progress to update overall instead of each file progress (bug #6)
Added include for autoload in helper.inc (bug #7)
Removed a few unnecessary variables
2018-09-06 13:43:23 -04:00
Ryan P
19554b9731
Update config.inc
Add global UPDATE_FREQ constant to define refresh delay for ajax updates
2018-09-05 19:59:45 -04:00
082ccd5381 Fix for bug #8 2018-09-05 14:36:35 -04:00
d52454d1bb Updates to 3rd party libraries
Add Dockerfile and specific docker-php.ini
2018-08-28 21:27:13 -04:00
9edd6c1c35 Fixes to bug #5 2018-08-28 20:46:48 -04:00
d6b6fe159d Fix to #4 2018-08-21 17:29:25 -04:00
3b138f421c Fixed issue #1 2018-08-12 22:53:42 -04:00