[
https://issues.apache.org/jira/browse/MESOS-7264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15939868#comment-15939868
]
Alexander Rukletsov commented on MESOS-7264:
--------------------------------------------
{noformat}
Commit: df05e921a98af42caab7cc144b97700cefa72a31 [df05e92]
Author: Till Toenshoff [email protected]
Date: 24 March 2017 at 06:55:46 GMT+1
Committer: Alexander Rukletsov [email protected]
Fixed environment overwrite warning to not leak possibly sensitive data.
Review: https://reviews.apache.org/r/57763/
{noformat}
> Possibly duplicate environment variables should not leak values to the
> sandbox.
> -------------------------------------------------------------------------------
>
> Key: MESOS-7264
> URL: https://issues.apache.org/jira/browse/MESOS-7264
> Project: Mesos
> Issue Type: Bug
> Components: agent
> Affects Versions: 1.2.0
> Reporter: Till Toenshoff
> Assignee: Till Toenshoff
> Labels: mesosphere
> Fix For: 1.3.0
>
>
> When looking into MESOS-7263, the following also came up.
> {noformat}
> ./src/mesos-execute --name="test" --env='{"key1":"value1"}' --command='sleep
> 1000' --master=127.0.0.1:5050
> {noformat}
> Within the contents of `stdout`:
> {noformat}
> Overwriting environment variable 'key1', original: 'value1', new: 'value1'
> {noformat}
> There seems no obvious need to warn the user as the value is identical.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)