Mike Salvatore
4cb28db3bc
cc: reformat island_logger.py for readability
...
1. Adjusted some spacing and indentation
2. Reformatted with Black
2021-03-31 07:36:07 -04:00
Mike Salvatore
fef44bcd05
cc: deploy "develop" environment by default
2021-03-31 07:36:07 -04:00
Mike Salvatore
fc2f8eca45
cc: remove unnecessary private constants in consts.py
2021-03-31 07:33:47 -04:00
Mike Salvatore
ea14bcc2f6
cc: rename DEFAULT_STANDARD_SERVER_CONFIG -> DEFAULT_STANDARD_SERVER_CONFIG_PATH
2021-03-31 07:33:47 -04:00
Mike Salvatore
dd9e4bdefa
cc: address flake8 issues
2021-03-31 07:32:55 -04:00
Mike Salvatore
a057dec1fe
cc: use DEFAULT_SERVER_CONFIG_PATH in set_server_config
2021-03-31 07:27:25 -04:00
Mike Salvatore
98b64da896
cc: simplify constructor/factory interface for EnvironmentConfig
...
The `get_from_json()` and `get_from_dict()` static methods were really
just used for testing. The `EnvironmentConfig` class needs to store its
file path so it can wite to the file if needed. In practical usage,
`EnvironmentConfig` objects are initialized from files, so a simpler
interface is for its constructor to take a file path.
2021-03-31 07:27:25 -04:00
Shreya Malviya
c7b3fa67fd
Update Docker docs ( #1065 )
...
* Add troubleshooting section to docker setup docs
2021-03-31 07:10:36 -04:00
VakarisZ
54f1d0e49c
Made naming of issue methods in UI more consistent
2021-03-31 13:07:19 +03:00
Shreya
edb669d00e
Pass tests
2021-03-31 15:23:04 +05:30
Shreya
9e3c3c13e4
Merge remote-tracking branch 'upstream/develop' into postgresql-fp
2021-03-31 15:00:30 +05:30
Shreya
0b65a07ec4
Format everything with black
2021-03-31 14:50:48 +05:30
Shreya
b0f85f6857
Rewrite tests with pytest
2021-03-31 14:48:13 +05:30
VakarisZ
a284467a1a
Improved UI by creating distinct functions related to immediate threats report component
2021-03-31 11:55:22 +03:00
VakarisZ
05fda70cd6
Fixed SSH exploiter's report section in UI
2021-03-31 11:54:20 +03:00
VakarisZ
e96b8eec38
Refactored zerologon exploiters report part to conform to new report structure
2021-03-31 11:53:50 +03:00
VakarisZ
c504b21d33
Fixed trivial bugs like missing imports in issue UI files
2021-03-31 11:50:53 +03:00
Shreya
165b0df195
Testing changes
2021-03-31 13:01:18 +05:30
Shreya
91b858e162
Handle the case where the postgres connection is successful
2021-03-31 12:13:49 +05:30
Mike Salvatore
4b5415ac0b
cc: fix server_config_generator behavior
2021-03-30 19:17:30 -04:00
Mike Salvatore
986219bd86
cc: rework EnvironmentConfig test
...
1. Rewrote in pytest
2. Removed reduntant tests
3. Added tests for add_user() and get_users()
2021-03-30 19:17:30 -04:00
Mike Salvatore
1d73f6e860
cc: move DEFAULT_SERVER_CONFIG_PATH to consts.py
2021-03-30 16:39:07 -04:00
Mike Salvatore
0230c26f19
cc: allow server_config.json to be specified at runtime
2021-03-30 16:34:29 -04:00
Mike Salvatore
12c40c3968
build: scripts for building MonkeyIsland as an appimage
...
Adds the basic scripts for generating an AppImage. Code changes are
required to allow Monkey Island to operate on a read-only filesystem.
2021-03-30 16:22:30 -04:00
Mike Salvatore
176ad01c14
Merge branch 'release/1.10.0' into develop
2021-03-30 15:59:20 -04:00
Shreya
ab33db650f
Add timeout to PostgreSQL connection and other testing changes
2021-03-30 17:48:20 +05:30
Shreya
13d03abd37
CR changes
2021-03-30 17:32:21 +05:30
VakarisZ
2b3351baec
Created immediate threat counter
2021-03-30 13:00:47 +03:00
VakarisZ
d2fdabe26b
Added missing issue descriptors
2021-03-30 13:00:18 +03:00
VakarisZ
6c034f2662
Updated checksums page
2021-03-29 12:29:53 -04:00
Mike Salvatore
fad19075a2
Add changelog checklist item to pull request template
2021-03-29 12:20:33 -04:00
Mike Salvatore
6693fad0b5
Add empty CHANGELOG.md file
2021-03-29 12:18:47 -04:00
Mike Salvatore
962621aaef
docs: add distro compatibility and focal instructions do debian setup
2021-03-29 12:12:50 -04:00
VakarisZ
280df4e676
Fixed a bug in report backend
2021-03-29 17:41:23 +03:00
Mike Salvatore
52601bd735
job posting
2021-03-29 10:10:22 -04:00
Mike Salvatore
ad0ce3cdeb
Merge pull request #1052 from guardicore/vm-ip-config-docs
...
docs: update vmware OVA static IP configuration instructions
2021-03-26 12:25:32 -04:00
Mike Salvatore
5d68bc6e1d
docs: update vmware OVA static IP configuration instructions for v1.10.0
2021-03-26 12:23:43 -04:00
Mike Salvatore
e197008c2f
docs: update vmware OVA static IP configuration instructions for v1.9.0
2021-03-26 12:22:20 -04:00
Mike Salvatore
d6b2c4e1c4
docs: update docker setup guide for v1.10.0
2021-03-26 09:57:18 -04:00
Mike Salvatore
74d9bf71ab
Merge pull request #1047 from guardicore/home_docs_improvement
...
Improved home page documentation
2021-03-25 09:18:05 -04:00
VakarisZ
e17085d75e
Last fix in home docs: attacker's -> an attacker's
2021-03-25 14:33:22 +02:00
VakarisZ
abb7ab09a9
Rebased changes to include what was done in release/1.10.0
2021-03-25 14:11:56 +02:00
VakarisZ
8efc3e654c
Extracted exploiters from reports in front end and back end
2021-03-25 11:53:07 +02:00
VakarisZ
1768a58023
Fixed more typos and style issues with monkey home documentation page
2021-03-25 09:11:13 +02:00
Mike Salvatore
5cbdc7b41f
docs: copyedits to reference/scanners/_index.md
2021-03-24 10:37:16 -04:00
Mike Salvatore
6ff26ac989
docs: copyedits to operating_systems_support.md
2021-03-24 10:37:16 -04:00
Mike Salvatore
98ab4eff05
docs: minor copyedits to exploters
2021-03-24 10:37:16 -04:00
Mike Salvatore
9e92ba0248
docs: Copyedits to FAQ/_index.md
2021-03-24 10:37:13 -04:00
VakarisZ
869d290296
Fixed typos and improved wording in homepage of documentation hub
2021-03-24 16:29:44 +02:00
VakarisZ
8437f8d838
Merge pull request #1050 from guardicore/version_number_bump
...
Version number bump
2021-03-24 15:28:04 +02:00