mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 00:55:16 +00:00
* Update changelog to incorporate security fixes and #5632 & #5606 * Added reference to sqlite fix
This commit is contained in:
parent
61bbb5aa7a
commit
7487550ad7
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,5 +1,19 @@
|
||||
# Change Log
|
||||
|
||||
## V10.1.0 - 2021-11-23
|
||||
|
||||
This release includes patches for three security vulnerabilities:
|
||||
|
||||
- Insecure default configuration affects installations where REDASH_COOKIE_SECRET is not set explicitly (CVE-2021-41192)
|
||||
- SSRF vulnerability affects installations that enabled URL-loading data sources (CVE-2021-43780)
|
||||
- Incorrect usage of state parameter in OAuth client code affects installations where Google Login is enabled (CVE-2021-43777)
|
||||
|
||||
And a couple features that didn't merge in time for 10.0.0
|
||||
|
||||
- Big Query: Speed up schema loading (#5632)
|
||||
- Add support for Firebolt data source (#5606)
|
||||
- Fix: Loading schema for Sqlite DB with "Order" column name fails (#5623)
|
||||
|
||||
## v10.0.0 - 2021-10-01
|
||||
|
||||
A few changes were merged during the V10 beta period.
|
||||
|
Loading…
Reference in New Issue
Block a user