#11247: Sensitive info passed on command line may unexpectedly leak
---------------------------------------+----------------------------------
             Reporter:  rayanayar      |                    Owner:  (none)
                 Type:  enhancement    |                   Status:  new
             Priority:  normal         |                Component:  ffmpeg
              Version:  unspecified    |               Resolution:
             Keywords:  password rtsp  |               Blocked By:
             Blocking:                 |  Reproduced by developer:  0
Analyzed by developer:  0              |
---------------------------------------+----------------------------------
Comment (by rayanayar):

 Tried again, here is the output:
 {{{
 $ cat concat.txt
 file 'rtsp://admin:[email protected]/stream1'
 $ ./ffmpeg -t 10 -f concat -safe 0 -i concat.txt -vcodec copy -acodec copy
 "$(date +%Y-%m-%d+%H-%M-%S).mkv"
 [tcp @ 0x8143280] Protocol 'tcp' not on whitelist 'file,crypto,data'!
 [concat @ 0x8136f00] Impossible to open
 'rtsp://admin:[email protected]/stream1'
 [in#0 @ 0x8136b80] Error opening input: Invalid argument
 Error opening input file concat.txt.
 Error opening input files: Invalid argument
 }}}
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/11247#comment:7>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to