Skip to content

Commit

Permalink
Merge pull request #188031 from sersorrel/mistune-0.8-is-ok-actually
Browse files Browse the repository at this point in the history
[22.05] Revert "python3Packages.mistune_0_8: mark knownVulnerabilities CVE-2022-34749"
  • Loading branch information
Ma27 authored Aug 23, 2022
2 parents b9fd420 + 3403041 commit 22b6dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
12 changes: 2 additions & 10 deletions pkgs/development/python-modules/mistune/common.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
{ lib
, buildPythonPackage
, fetchPypi
, nose
, version
, sha256
, format ? "setuptools"
, extraMeta ? {}
}:
{ lib, buildPythonPackage, fetchPypi, nose, version, sha256, format ? "setuptools" }:

buildPythonPackage rec {
inherit version format;
Expand All @@ -23,5 +15,5 @@ buildPythonPackage rec {
description = "The fastest markdown parser in pure Python";
homepage = "https://github.com/lepture/mistune";
license = licenses.bsd3;
} // extraMeta;
};
}
3 changes: 0 additions & 3 deletions pkgs/development/python-modules/mistune/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ self: rec {
mistune_0_8 = self.callPackage ./common.nix {
version = "0.8.4";
sha256 = "59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e";
extraMeta = {
knownVulnerabilities = [ "CVE-2022-34749" ];
};
};
mistune_2_0 = self.callPackage ./common.nix {
version = "2.0.4";
Expand Down

0 comments on commit 22b6dc7

Please sign in to comment.