Release v1.0.2

THIS PATCH FIXES A SECURITY VULNERABILITY
This commit is contained in:
Wolvan 2022-01-11 22:10:36 +01:00
parent 9e706fb484
commit 9e8a93a449
2 changed files with 9 additions and 1 deletions

View file

@ -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)

View file

@ -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",