-
Notifications
You must be signed in to change notification settings - Fork 786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty fields in configuration #540
Comments
Hi! I'd like to give this issue a shot. How should I get started? |
Hi. 1. Take a look at our wiki 2. deploy development environment using deployment scripts. 3. Look at monkey island code, especially configuration service. |
Thanks, @VakarisZ. I ran the deployment scripts, but how exactly do I run it and test it? |
Run mongodb and then island python script. Take a look at scripts in monkey_island/windows or /linux. Scripts there might not be perfect, but they will give you an idea on what to run. You can also install production version, to peek around and see what this project is all about. |
Also, I've sent you an invite to our slack to the gmail. Join us there to get a better guidance. |
Describe the bug
Configuration allows submission of empty fields, but in monkey they get registered as values of
None
and might throw errors.I found the following error, but more fields should be checked.
Config:
Monkey log:
Expected behaviour
We should test all fields and make sure that empty values either can't be submitter or doesn't end up on configuration.
The text was updated successfully, but these errors were encountered: