Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
websites
Manage
Activity
Members
Labels
Plan
Issues
25
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN organization
websites
Compare revisions
ca7ef7b1a4f22a482fa55f8b862c02c9cd3fc04e to 635ae668b0899345c0b2aea6e3994e46fad23767
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
VideoLAN.org/websites
Select target project
No results found
635ae668b0899345c0b2aea6e3994e46fad23767
Select Git revision
Branches
3.0.18-release
master
Swap
Target
VideoLAN.org/websites
Select target project
VideoLAN.org/websites
Freso/websites
ePirat/websites
DimStar77/websites
lemourin/websites
kwizart/websites
cmassiot/websites
fcartegnie/websites
mfkl/websites
chouquette/websites
maybesamuel43/websites
xslidian/websites
realRojSerbest/websites
Aza/websites
azchohfi/websites
VegaMex/websites
m/websites
fkuehne/websites
Roman-Gemini95/websites
Jamesguru/websites
dillmo71/websites
anodsaod/websites
jill/websites
Garf/websites
atas70835/websites
mahdiabdolahi01234/websites
pbo-linaro/websites
OctopusET/websites
28 results
ca7ef7b1a4f22a482fa55f8b862c02c9cd3fc04e
Select Git revision
Branches
3.0.18-release
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
security: Add missing closing dl tags
· 1b7733f6
Hugo Beauzée-Luyssen
authored
2 years ago
and
Jean-Baptiste Kempf
committed
2 years ago
1b7733f6
security: 3.0.13 was released in 2021
· 635ae668
Hugo Beauzée-Luyssen
authored
2 years ago
and
Jean-Baptiste Kempf
committed
2 years ago
Update the SB year accordingly
635ae668
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
www.videolan.org/security/index.php
+13
-2
13 additions, 2 deletions
www.videolan.org/security/index.php
with
13 additions
and
2 deletions
www.videolan.org/security/index.php
View file @
635ae668
...
...
@@ -19,12 +19,16 @@
<div
class=
"col-md-6"
>
<h2>
VLC releases Security Bulletins
<em>
(SB)
</em></h2>
<p>
Those bulletins are related to each VLC release and can be made of multiple security issues, internal and external.
</p>
<h3>
202
0
</h3>
<h3>
202
1
</h3>
<dl>
<dt>
VideoLAN-SB-VLC-313
</dt>
<dd>
Multiple vulnerabilities fixed in VLC media player 3.0.13
<a
href=
"sb-vlc3013.html"
>
Details
</a>
</dd>
</dl>
<h3>
2020
</h3>
<dl>
<dt>
VideoLAN-SB-VLC-312
</dt>
<dd>
Multiple vulnerabilities fixed in VLC media player 3.0.12
<a
href=
"sb-vlc3012.html"
>
Details
</a>
...
...
@@ -37,7 +41,7 @@
<dd>
Multiple vulnerabilities fixed in VLC media player 3.0.9/3.0.10
<a
href=
"sb-vlc309.html"
>
Details
</a>
</dd>
</dl>
<h3>
2019
</h3>
<dl>
...
...
@@ -45,6 +49,7 @@
<dd>
Multiple vulnerabilities fixed in VLC media player 3.0.8
<a
href=
"sb-vlc308.html"
>
Details
</a>
</dd>
</dl>
</div>
<div
class=
"col-md-6"
>
...
...
@@ -63,6 +68,7 @@
<dd>
Buffer overflow in avi demuxer
&
heap use after free in mkv demuxer
<a
href=
"sa1901.html"
>
Details
</a>
</dd>
</dl>
<h3>
2018
</h3>
<dl>
...
...
@@ -71,6 +77,7 @@
<dd>
Heap use after free in avformat demuxer
<a
href=
"sa1801.html"
>
Details
</a>
</dd>
</dl>
<h3>
2016
</h3>
<dl>
...
...
@@ -79,6 +86,7 @@
<dd>
Buffer Overflow in Processing QuickTime IMA Files
<a
href=
"sa1601.html"
>
Details
</a>
</dd>
</dl>
<h3>
2015
</h3>
<dl>
...
...
@@ -87,6 +95,7 @@
<dd>
Multiple heap and buffer overflows
<a
href=
"sa1501.html"
>
Details
</a>
</dd>
</dl>
<h3>
2013
</h3>
...
...
@@ -101,6 +110,7 @@
<dd>
Overflow in subtitles decoder
<a
href=
"sa1301.html"
>
Details
</a>
</dd>
</dl>
<h3>
2012
</h3>
...
...
@@ -120,6 +130,7 @@
<dd>
Stack overflow in MMS protocol
<a
href=
"sa1201.html"
>
Details
</a>
</dd>
</dl>
<h3>
2011
</h3>
...
...
This diff is collapsed.
Click to expand it.