summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDavid Mehren2021-05-03 21:54:25 +0200
committerDavid Mehren2021-05-03 22:26:08 +0200
commit30a91b6fd742b1bcb6f143523ab3fcdefbdf094a (patch)
tree8eb824d1198c36118d211f8e24a14d87be9bf00a /public
parent9d08eaec8fe4ec3b62be7a7a116c01557b1e6a11 (diff)
Add release notes for 1.8.0
Signed-off-by: David Mehren <git@herrmehren.de>
Diffstat (limited to 'public')
-rw-r--r--public/docs/release-notes.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/public/docs/release-notes.md b/public/docs/release-notes.md
index 4849a029..d3173450 100644
--- a/public/docs/release-notes.md
+++ b/public/docs/release-notes.md
@@ -1,12 +1,14 @@
# Release Notes
-## <i class="fa fa-tag"></i> 1.8.0-rc1 <i class="fa fa-calendar-o"></i> 2021-04-26
+## <i class="fa fa-tag"></i> 1.8.0 <i class="fa fa-calendar-o"></i> 2021-05-03
-This release fixes a security issue. We recommend upgrading as soon as possible.
+This release fixes multiple security issues. We recommend upgrading as soon as possible.
**Please note:** This release dropped support for Node 10, which is end-of-life since April 2021. You now need at least Node 12 to run HedgeDoc, but we recommend running [the latest LTS release](https://nodejs.org/en/about/releases/).
### Security Fixes
- [CVE-2021-29474: Relative path traversal Attack on note creation](https://github.com/hedgedoc/hedgedoc/security/advisories/GHSA-p528-555r-pf87)
+- [CVE-2021-21306: Underscore ReDoS](https://github.com/markedjs/marked/security/advisories/GHSA-4r62-v4vq-hr96) in the `marked` library
+ This issue allowed an attacker to hang HedgeDoc by inserting a malicious string into a note. Thanks to Ralph Krimmel for reporting!
We also published an advisory for [CVE-2021-29475: PDF export allows arbitrary file reads](https://github.com/hedgedoc/hedgedoc/security/advisories/GHSA-pxxg-px9v-6qf3),
which has already been fixed since HedgeDoc 1.6.0.