Skip to content

Commit e073cea

Browse files
committed
v1.7.2: add changelog
1 parent 487af0c commit e073cea

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
v1.7.2
2+
------
3+
4+
## What's Changed
5+
6+
This release fixes three bugs that can cause undefined behavior when given well-crafted inputs, either in input files or over network connections. These bugs may be able to be leveraged to cause denial of service attacks or unauthorized code execution.
7+
8+
Two of these issues were discovered and reported by security engineers at Amazon Web Services. We thank the AWS Security team for their efforts to identify these issues, provide helpful reproduction cases, and responsibly disclose their findings.
9+
10+
### Security fixes
11+
12+
* transport: safely handle messages with no caps
13+
* revparse: fix parsing bug for trailing `@`
14+
* index: correct index has_dir_name check
15+
16+
**Full Changelog**: https://github.com/libgit2/libgit2/compare/v1.7.1...v1.7.2
17+
118
v1.7.1
219
------
320

0 commit comments

Comments
 (0)