Merge branch 'hotfix/4.7.17.5'

This commit is contained in:
James Cole
2019-08-02 20:59:23 +02:00
6 changed files with 16 additions and 7 deletions

View File

@@ -1,6 +1,10 @@
# 4.7.17.5 (API 0.9.2)
- Several XSS issues, found by [@0x2500](https://github.com/0x2500).
# 4.7.17.4 (API 0.9.2)
- Several XSS issues, found by [@dayn1ne](https://github.com/dayn1ne).
- Several XSS issues, found by [@0x2500](https://github.com/0x2500).
# 4.7.17.3 (API 0.9.2)

View File

@@ -15,8 +15,8 @@ const pkgdef :Spk.PackageDefinition = (
manifest = (
appTitle = (defaultText = "Firefly III"),
appVersion = 30,
appMarketingVersion = (defaultText = "4.7.17.4"),
appVersion = 31,
appMarketingVersion = (defaultText = "4.7.17.5"),
actions = [
# Define your "new document" handlers here.

View File

@@ -1,7 +1,7 @@
sudo: required
language: bash
env:
- VERSION=4.7.17.4
- VERSION=4.7.17.5
dist: xenial

View File

@@ -2,10 +2,15 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [4.7.17.5 (API 0.9.2)] - 2019-08-02
### Security
- Several XSS issues, found by [@0x2500](https://github.com/0x2500).
## [4.7.17.4 (API 0.9.2)] - 2019-08-02
### Security
- Several XSS issues, found by [@dayn1ne](https://github.com/dayn1ne).
- Several XSS issues, found by [@0x2500](https://github.com/0x2500).
## [4.7.17.3 (API 0.9.2)] - 2019-07-16

View File

@@ -93,7 +93,7 @@ return [
'is_demo_site' => false,
],
'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true,
'version' => '4.7.17.4',
'version' => '4.7.17.5',
'api_version' => '0.9.2',
'db_version' => 10,
'maxUploadSize' => 15242880,

View File

@@ -17,7 +17,7 @@
</div>
<div class="box-body">
{{ ExpandedForm.staticText('type', sourceType.type|_) }}
{{ ExpandedForm.staticText('description', '<a href="'~route('transactions.show', journal.id)~'">'~journal.description~'</a>') }}
{{ ExpandedForm.staticText('description', '<a href="'~route('transactions.show', journal.id)~'">'~journal.description|escape~'</a>') }}
{{ ExpandedForm.staticText('date', journal.date.formatLocalized(monthAndDayFormat)) }}
{# in case of withdrawal #}