Skip to content

Commit 6e46063

Browse files
author
Edward Thomson
committed
Formatting yet again
1 parent fb84351 commit 6e46063

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

security/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ provide resolution.
1010
* **[libgit2 v0.24.6](https://github.com/libgit2/libgit2/releases/tag/v0.24.6)** and **[libgit2 v0.25.1](https://github.com/libgit2/libgit2/releases/tag/v0.25.1)**, January 9th, 2017
1111
Includes two fixes, one performs extra sanitization for some edge cases in
1212
the Git Smart Protocol which can lead to attempting to parse outside of the
13-
buffer.
14-
13+
buffer.<br><br>
1514
The second fix affects the certificate check callback. It provides a `valid`
1615
parameter to indicate whether the native cryptographic library considered the
1716
certificate to be correct. This parameter is always `1`/`true` before these
18-
releases leading to a possible MITM.
19-
17+
releases leading to a possible MITM.<br><br>
2018
This does not affect you if you do not use the custom certificate callback
2119
or if you do not take this value into account. This does affect you if
2220
you use pygit2 or git2go regardless of whether you specify a certificate

0 commit comments

Comments
 (0)