1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-20 14:54:15 +01:00

(bug) unable to download existing stats export

This commit is contained in:
Sylvain 2022-11-17 16:35:26 +01:00
parent ade5b983e2
commit 5860466be3
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# Changelog Fab-manager
- Fix a bug: unable to download an existing export of the statistics
- Fix a security issue: updated loader-utils to 2.0.4 to fix [CVE-2022-37601](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-37601), [CVE-2022-37603](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-37603) and [CVE-2022-37599](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-37599)
## v5.5.3 2022 November 17

View File

@ -30,7 +30,7 @@ class Statistics::QueryService
query: params[:body],
key: params[:type_key])
else
File.root.join(export.file)
Rails.root.join(export.file)
end
end
end