[FFmpeg-devel] [PATCH 2/3] web: security: Try to make output and source prettier

Alexander Strasser eclipse7 at gmx.net
Tue Apr 3 01:02:23 CEST 2012


Alexander Strasser wrote:
> 
> Signed-off-by: Alexander Strasser <eclipse7 at gmx.net>
> ---
>  src/security |   28 ++++++++++++++++++++--------
>  1 files changed, 20 insertions(+), 8 deletions(-)
> 
> diff --git a/src/security b/src/security
> index c1f7cb2..f07b349 100644
> --- a/src/security
> +++ b/src/security
> @@ -2,22 +2,34 @@
>  
>  <h2>0.10</h2>
>  <h3>FFmpeg 0.10</h3>
> +<p>
> +Fixes following vulnerabilities:
>  <pre>
> -   Fixes  CVE-2011-3929, CVE-2011-3934, CVE-2011-3935, CVE-2011-3936,
> -          CVE-2011-3937, CVE-2011-3940, CVE-2011-3941, CVE-2011-3944,
> -          CVE-2011-3945, CVE-2011-3946, CVE-2011-3947, CVE-2011-3949,
> -          CVE-2011-3950, CVE-2011-3951, CVE-2011-3952
> +CVE-2011-3929, CVE-2011-3934, CVE-2011-3935, CVE-2011-3936,
> +CVE-2011-3937, CVE-2011-3940, CVE-2011-3941, CVE-2011-3944,
> +CVE-2011-3945, CVE-2011-3946, CVE-2011-3947, CVE-2011-3949,
> +CVE-2011-3950, CVE-2011-3951, CVE-2011-3952
> +</pre>
>  and several others that do not have a CVE number.

  Unfortunately <p> can have only inline elements as children so this is
invalid XHTML. I am trying to a different solution which yields the same
optical effect.

  Alexander


More information about the ffmpeg-devel mailing list