From ec8e1d5a7a199843c9b0095213b94f0830656c09 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 3 Aug 2019 05:10:06 +0200 Subject: [PATCH] Version update --- .sandstorm/changelog.md | 4 ++++ .sandstorm/sandstorm-pkgdef.capnp | 4 ++-- .travis.yml | 2 +- changelog.md | 5 +++++ config/firefly.php | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.sandstorm/changelog.md b/.sandstorm/changelog.md index 99ac9cb943..3e742969dd 100644 --- a/.sandstorm/changelog.md +++ b/.sandstorm/changelog.md @@ -1,3 +1,7 @@ +# 4.7.17.6 (API 0.9.2) + +- XSS issue in liability account redirect, found by [@0x2500](https://github.com/0x2500). + # 4.7.17.5 (API 0.9.2) - Several XSS issues, found by [@0x2500](https://github.com/0x2500). diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index eae7372e28..ee3ce6388e 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -15,8 +15,8 @@ const pkgdef :Spk.PackageDefinition = ( manifest = ( appTitle = (defaultText = "Firefly III"), - appVersion = 31, - appMarketingVersion = (defaultText = "4.7.17.5"), + appVersion = 32, + appMarketingVersion = (defaultText = "4.7.17.6"), actions = [ # Define your "new document" handlers here. diff --git a/.travis.yml b/.travis.yml index cc58593925..e7c74e3738 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: required language: bash env: - - VERSION=4.7.17.5 + - VERSION=4.7.17.6 dist: xenial diff --git a/changelog.md b/changelog.md index 01b7c9a969..47c7f4f1c3 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.7.17.6 (API 0.9.2)] - 2019-08-02 + +### Security +- XSS issue in liability account redirect, found by [@0x2500](https://github.com/0x2500). + ## [4.7.17.5 (API 0.9.2)] - 2019-08-02 ### Security diff --git a/config/firefly.php b/config/firefly.php index 5592d289ca..e2efe34136 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -93,7 +93,7 @@ return [ 'is_demo_site' => false, ], 'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true, - 'version' => '4.7.17.5', + 'version' => '4.7.17.6', 'api_version' => '0.9.2', 'db_version' => 10, 'maxUploadSize' => 15242880,