AWS wickr documentation change
Summary
Updated Docker run command to include '--network=host' and changed AWS_SECRET_NAME value
Security assessment
The changes appear to be routine updates to configuration parameters and Docker networking settings without any explicit security context or vulnerability fixes.
Diff
diff --git a/wickr/latest/adminguide/data-retention-startup-asm.md index 169b66c79..21c69731b 100644 --- a/wickr/latest/adminguide/data-retention-startup-asm.md +++ b/wickr/latest/adminguide/data-retention-startup-asm.md @@ -12 +12 @@ You can use the Secrets Manager to identify the data retention bot’s password. - docker run -v /opt/compliance_1234567890_bot:/tmp/compliance_1234567890_bot \ + docker run -v /opt/compliance_1234567890_bot:/tmp/compliance_1234567890_bot --network=host \ @@ -15 +15 @@ You can use the Secrets Manager to identify the data retention bot’s password. - -e AWS_SECRET_NAME='wickr/data/retention/bot' \ + -e AWS_SECRET_NAME='wickrpro/alpha/new-3-bot' \