Commit 2848407e authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.pypdf2: mark insecure

parent 73f0991b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -29,5 +29,13 @@ buildPythonPackage rec {
    homepage = "https://pypdf2.readthedocs.io/";
    changelog = "https://github.com/py-pdf/PyPDF2/raw/${version}/CHANGELOG.md";
    license = lib.licenses.bsd3;
    knownVulnerabilities = [
      "CVE-2026-27024"
      "CVE-2026-27025"
      "CVE-2026-27628"
      "CVE-2026-27888"
      "CVE-2026-28351"
      "CVE-2026-33699"
    ];
  };
}