Skip to content

Commit aa5d7fc

Browse files
committed
Release notes for 6.5.0
1 parent d4ef173 commit aa5d7fc

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ cache:
88
assembly_info:
99
patch: true
1010
file: AssemblyInfo.cs
11-
assembly_version: "6.4.0.{build}-$(APPVEYOR_BUILD_ID)-$(APPVEYOR_REPO_BRANCH)-$(APPVEYOR_REPO_COMMIT)"
12-
assembly_file_version: "6.4.0.{build}-$(APPVEYOR_BUILD_ID)-$(APPVEYOR_REPO_BRANCH)-$(APPVEYOR_REPO_COMMIT)"
11+
assembly_version: "6.5.0.{build}-$(APPVEYOR_BUILD_ID)-$(APPVEYOR_REPO_BRANCH)-$(APPVEYOR_REPO_COMMIT)"
12+
assembly_file_version: "6.5.0.{build}-$(APPVEYOR_BUILD_ID)-$(APPVEYOR_REPO_BRANCH)-$(APPVEYOR_REPO_COMMIT)"
1313

1414
install:
1515
- set IIS_USER_HOME=%USERPROFILE%\Documents\IISExpress

changelog.md

+21-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,28 @@ description: Tracks changes and bug fixes between different versions of Bonobo G
44
tags: [Changelog, Changes, Bug Fixes, Features]
55
---
66

7-
## Version 6.4.0
7+
## Version 6.5.0
88

9-
**13 November 2017**
9+
**17 April 2019**
1010

11-
### Features
11+
### Security
12+
13+
This is an important security release which addresses two vulnerabilities, and users should upgrade immediately,
14+
particularly if they permit anonymous or low-trust users access to any repository.
15+
16+
AD users who have been avoiding 6.2.2 or later versions because of problems introduced in that release
17+
should be safe to upgrade to this version, which removes that particular troublesome feature.
18+
19+
We are grateful to the team at flab.cesnet.cz for the responsible disclosure of the vulnerabilities addressed by this release.
20+
21+
### Bugfixes
22+
23+
* Sanitise service name in calls to Git services (CVE-2019-11217)
24+
* Prevent non-admin users maninpulating role membership (CVE-2019-11218)
25+
26+
## Version 6.4.0
27+
28+
**13 November 2017 (unreleased)**
1229

1330
### Bugfixes
1431

@@ -58,7 +75,7 @@ tags: [Changelog, Changes, Bug Fixes, Features]
5875

5976
**22 May 2017**
6077

61-
This is identical to 6.2.0, but with corrected version numberin in the appveyor build.
78+
This is identical to 6.2.0, but with corrected version numbering in the appveyor build.
6279

6380
## Version 6.2.0
6481

0 commit comments

Comments
 (0)