zeronet: mark as vulnerable

This commit is contained in:
Francesco Gazzetta 2022-05-21 17:18:38 +02:00 committed by Dmitry Kalinkin
parent 686d176637
commit 39f2cce8ca

View file

@ -37,5 +37,9 @@ python3Packages.buildPythonApplication rec {
homepage = "https://zeronet.io/";
license = licenses.gpl2;
maintainers = with maintainers; [ fgaz ];
knownVulnerabilities = [ ''
Unmaintained. Probable XSS/code injection vulnerability.
Switching to the maintained zeronet-conservancy package is recommended
'' ];
};
}