hedgedoc: 1.7.1 -> 1.7.2, fixes CVE-2021-21259

https://github.com/hedgedoc/hedgedoc/releases/tag/1.7.2

CVE-2021-21259:
https://github.com/hedgedoc/hedgedoc/security/advisories/GHSA-44w9-vm8p-3cxw
This commit is contained in:
WilliButz 2021-01-16 00:41:04 +01:00
parent b3616bd964
commit a646165d0c
No known key found for this signature in database
GPG key ID: 92582A10F1179CB2
4 changed files with 803 additions and 970 deletions

View file

@ -3,13 +3,13 @@
mkYarnPackage rec { mkYarnPackage rec {
name = "hedgedoc"; name = "hedgedoc";
version = "1.7.1"; version = "1.7.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hedgedoc"; owner = "hedgedoc";
repo = "hedgedoc"; repo = "hedgedoc";
rev = version; rev = version;
sha256 = "0axad5581v25pynfj6pgy0h1xp92dyllnc7mk42z6hxbs4sgkrw1"; sha256 = "1w3si1k27c8d9yka2v91883dlz57n0wasan4agi6gw17h9dzb1l6";
}; };
nativeBuildInputs = [ which makeWrapper ]; nativeBuildInputs = [ which makeWrapper ];

View file

@ -1,6 +1,6 @@
{ {
"name": "HedgeDoc", "name": "HedgeDoc",
"version": "1.7.1", "version": "1.7.2",
"description": "The best platform to write and share markdown.", "description": "The best platform to write and share markdown.",
"main": "app.js", "main": "app.js",
"license": "AGPL-3.0", "license": "AGPL-3.0",

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff