summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2022-05-21 17:18:38 +0200
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2022-05-21 17:46:28 -0400
commit39f2cce8ca14af5767715a7a8807498d232fe761 (patch)
tree0cc02be7889598fd9c2e54325f55b4b80d3d0782 /pkgs/applications/networking/p2p
parent686d1766379a239f6c0779892b55be7ef36c21f1 (diff)
downloadnixpkgs-39f2cce8ca14af5767715a7a8807498d232fe761.tar
nixpkgs-39f2cce8ca14af5767715a7a8807498d232fe761.tar.gz
nixpkgs-39f2cce8ca14af5767715a7a8807498d232fe761.tar.bz2
nixpkgs-39f2cce8ca14af5767715a7a8807498d232fe761.tar.lz
nixpkgs-39f2cce8ca14af5767715a7a8807498d232fe761.tar.xz
nixpkgs-39f2cce8ca14af5767715a7a8807498d232fe761.tar.zst
nixpkgs-39f2cce8ca14af5767715a7a8807498d232fe761.zip
zeronet: mark as vulnerable
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/zeronet/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/networking/p2p/zeronet/default.nix b/pkgs/applications/networking/p2p/zeronet/default.nix
index 19da740938c..02b0c91e2da 100644
--- a/pkgs/applications/networking/p2p/zeronet/default.nix
+++ b/pkgs/applications/networking/p2p/zeronet/default.nix
@@ -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
+    '' ];
   };
 }