[FFmpeg-devel] [PATCH] web: add a security page

Michael Niedermayer michaelni at gmx.at
Thu Jan 12 18:15:59 CET 2012


Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
 Makefile           |    2 +-
 src/security       |    8 ++++++++
 src/security_title |    1 +
 3 files changed, 10 insertions(+), 1 deletions(-)
 create mode 100644 src/security
 create mode 100644 src/security_title

diff --git a/Makefile b/Makefile
index a86b034..fdd95df 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # ffmpeg.org HTML generation from source files
 
 SRCS = about bugreports consulting contact documentation download \
-       index legal projects shame
+       index legal projects shame security
 
 TARGETS = $(addsuffix .html,$(addprefix htdocs/,$(SRCS))) htdocs/main.rss
 
diff --git a/src/security b/src/security
new file mode 100644
index 0000000..4321966
--- /dev/null
+++ b/src/security
@@ -0,0 +1,8 @@
+<h1>FFmpeg Security</h1>
+
+<p></p>
+
+<h3>FFmpeg 0.9.1</h3>
+<p>Fixes CVE-2011-3893 and CVE-2011-3895, and about 70 more security issues that
+have no CVE number. Many of these issues can be exploited when a remote file is
+played back and a few are probable arbitrary code execution vulnerabilities</p>
diff --git a/src/security_title b/src/security_title
new file mode 100644
index 0000000..c66d4f9
--- /dev/null
+++ b/src/security_title
@@ -0,0 +1 @@
+<title>FFmpeg Security</title>
\ No newline at end of file
-- 
1.7.5.4



More information about the ffmpeg-devel mailing list