From b4243216a32080e00f566a144d2a820d24586deb Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Wed, 27 Jul 2022 18:47:30 +0530 Subject: [PATCH] UI: Modify description of maximum_depth in the propagation schema --- .../ui/src/services/configuration/propagation/propagation.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/monkey/monkey_island/cc/ui/src/services/configuration/propagation/propagation.js b/monkey/monkey_island/cc/ui/src/services/configuration/propagation/propagation.js index 919b1ae8b..e479de369 100644 --- a/monkey/monkey_island/cc/ui/src/services/configuration/propagation/propagation.js +++ b/monkey/monkey_island/cc/ui/src/services/configuration/propagation/propagation.js @@ -18,7 +18,8 @@ const PROPAGATION_CONFIGURATION_SCHEMA = { ' \u26A0' + ' Note that setting this value too high may result in the ' + 'Monkey propagating too far, '+ - 'if the "Local network scan" is enabled' + 'if "Local network scan" is enabled.\n' + + 'Setting this to 0 will disable all scanning and exploitation.' }, 'network_scan': NETWORK_SCAN_CONFIGURATION_SCHEMA }