[FFmpeg-trac] #9549(avfilter:new): libavfilter results in a flaw during veracode scan

FFmpeg trac at avcodec.org
Tue Dec 7 10:47:18 EET 2021


#9549: libavfilter results in a flaw during veracode scan
-------------------------------------+-------------------------------------
             Reporter:  Bhawna       |                    Owner:  (none)
  Khosla                             |
                 Type:  defect       |                   Status:  new
             Priority:  important    |                Component:  avfilter
              Version:  git-master   |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by mkver):

 This function was only ever exported by mistake and was meant to be
 internal; since the latest major bump, it is internal and has been renamed
 to ff_affine_transform(). So you need to actually provide a way to trigger
 this overflow when using this function as intended (which currently is
 only in the deshake filter); simply passing in a matrix of your choosing
 is not enough. Can you do so?

 Also notice that your version is not even close to git master (the only
 actually supported version here).
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9549#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list