[FFmpeg-devel] 答复: [PATCH] fftools/ffmpeg_ffplay_ffprobe_cmdutils:add -mask_url to replace the protocol address in the command with the asterisk (*)

Wujian(Chin) wujian2 at huawei.com
Fri Dec 23 09:14:03 EET 2022


>Wujian(Chin) (12022-12-21):
>> I have modified the issues again. Please review it again. Thank you.
>> 
>> If the protocol address contains the user name and password, the ps 
>> -ef command exposes plaintext. The -mask_url parameter option is added 
>> to replace the protocol address in the command line with the asterisk (*).
>> Because other users can run the ps -ef command to view sensitive 
>> information such as the user name and password in the protocol 
>> address, which is insecure.
>> 
>> Signed-off-by: wujian_nanjing <wujian2 at huawei.com>
>> ---
>>  doc/fftools-common-opts.texi | 11 +++++++
>>  fftools/cmdutils.c           | 75 ++++++++++++++++++++++++++++++++++++++++++--
>>  fftools/cmdutils.h           | 25 +++++++++++++++
>>  fftools/ffmpeg.c             | 10 +++---
>>  fftools/ffplay.c             |  9 ++++--
>>  fftools/ffprobe.c            | 10 +++---
>>  6 files changed, 126 insertions(+), 14 deletions(-)

>This new patch still has issues not addressed since the first review.

>Regards,

--
>  Nicolas George

I've modified most of the issues, and I've explained some of the issues that don't.
If you don't accept my explanation, do you have any other better suggestions and methods?

Thank you.

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-devel mailing list