mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 03:37:28 -03:00
added 0.4 to changelog
This commit is contained in:
parent
4284476902
commit
b946c2f20a
1 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,14 @@
|
||||||
# OnionShare Changelog
|
# OnionShare Changelog
|
||||||
|
|
||||||
|
## 0.4
|
||||||
|
|
||||||
|
* Fixed critical XSS bug that could deanonymize user
|
||||||
|
https://micahflee.com/2014/07/security-advisory-upgrade-to-onionshare-0-4-immediately/
|
||||||
|
* Added CSP headers in GUI to prevent any future XSS bugs from working
|
||||||
|
* Hash urandom data before using it, to avoid leaking state of entropy
|
||||||
|
* Constant time compare the slug to avoid timing attacks
|
||||||
|
* Cleaned up Tails firewall code
|
||||||
|
|
||||||
## 0.3
|
## 0.3
|
||||||
|
|
||||||
* Built a simple, featureful cross-platform GUI
|
* Built a simple, featureful cross-platform GUI
|
||||||
|
|
Loading…
Reference in a new issue