python3.pkgs.django-mdeditor: mark as vulnerable (#515831)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-09 23:52:51 +00:00
committed by GitHub
@@ -35,5 +35,9 @@ buildPythonPackage {
changelog = "https://github.com/pylixm/django-mdeditor/releases";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ augustebaum ];
knownVulnerabilities = [
# https://nvd.nist.gov/vuln/detail/CVE-2025-13030
"CVE-2025-13030"
];
};
}