monkey/monkey
Mike Salvatore 2d422f157e island: Add `umask 377` to create_certificate.sh
By setting the umask to 377 in create_certificate.sh, we ensure that the
TLS key file that is created is readable only by the user that created
it, and not world readable (as is the default on some linux distros).
2021-05-11 19:22:43 -04:00
..
common Remove unused `get_regions`, `get_session`, and `test_client` in `common/cloud/aws/aws_service.py` 2021-05-06 22:25:23 +05:30
infection_monkey Remove unused import in infection_monkey/network/info.py 2021-05-06 22:42:28 +05:30
monkey_island island: Add `umask 377` to create_certificate.sh 2021-05-11 19:22:43 -04:00
tests island: Handle lower case log levels in server config 2021-05-11 13:40:58 -04:00
.coveragerc ci: add .coveragerc to omit unit test code from coverage report 2021-01-17 20:20:06 -05:00
__init__.py Reformat all python with black v20.8b1 2021-04-06 09:20:18 -04:00
codecov.yml Updated codecov coloring. 2020-03-15 11:50:43 +02:00
infection_monkey.py String vs byte stream mixup bugs fixed 2019-09-20 18:07:17 +03:00
monkey_island.py island: Add tests for default server config values 2021-05-11 13:25:22 -04:00