mirror of
https://github.com/Wolvan/poll.horse.git
synced 2024-11-21 20:47:59 +01:00
Release v1.0.2
THIS PATCH FIXES A SECURITY VULNERABILITY
This commit is contained in:
parent
9e706fb484
commit
9e8a93a449
2 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## v1.0.2 (2022-01-11)
|
||||
## SECURITY PATCH
|
||||
### Fixes
|
||||
* [**SECURITY**] Fix XSS exploit on main page when injecting title from query (cb0ec9df)
|
||||
* Fix only having 3 options available when using the JS-free version of the front page (cb0ec9df)
|
||||
* Fix duplicated entries merging into one option, leading to polls with a single option (39d14aff)
|
||||
* Fix header not linking back to home (9e706fb4)
|
||||
|
||||
## v1.0.1 (2022-01-10)
|
||||
### Fixes
|
||||
* Fixed heroku losing MySQL database connection on wakeup (1ad2c8c1)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "poll-horse",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "Make polls to vote on easily",
|
||||
"main": "dist/main.js",
|
||||
"types": "dist/main.d.ts",
|
||||
|
|
Loading…
Reference in a new issue