Skip to content

Commit ee0ee43

Browse files
author
Edward Thomson
committed
Merge branch 'ethomson/security'
2 parents 0f30975 + b9de6c1 commit ee0ee43

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<li><a href="https://github.com/libgit2/libgit2/releases">Downloads</a></li>
2626
<li><a href="http://libgit2.github.com/libgit2/">Reference</a></li>
2727
<li><a href="/docs">Learning</a></li>
28+
<li><a href="/security">Security</a></li>
2829
<li><a href="https://github.com/libgit2/libgit2">Source</a></li>
2930
</ul>
3031
</nav>

security/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: default
3+
---
4+
5+
# Security Information
6+
7+
Information about security advisories affecting libgit2 and the releases that
8+
provide resolution.
9+
10+
* **[libgit2 v0.22.1](https://github.com/libgit2/libgit2/releases/tag/v0.22.1)**, January 16, 2015
11+
Provides additional protections on symbolic links on case-insensitive
12+
filesystems, particularly Mac OS X HFS+.
13+
[Further reading](http://www.edwardthomson.com/blog/another-libgit2-security-update.html).
14+
15+
* **[libgit2 v0.21.3](https://github.com/libgit2/libgit2/releases/tag/v0.21.3)**, December 18, 2015
16+
Updates protections on the git repository on case-insensitive filesystems,
17+
including Windows NTFS and Mac OS X HFS+: CVE 2014-9390.
18+
[Further reading](https://git-blame.blogspot.co.uk/2014/12/git-1856-195-205-214-and-221-and.html).

0 commit comments

Comments
 (0)