1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

picosnitch: mark as vulnerable

This commit is contained in:
Emily 2024-08-22 03:35:18 +01:00
parent 20eb4bcca8
commit 98f36e5c98

View file

@ -39,5 +39,8 @@ python3.pkgs.buildPythonApplication rec {
license = licenses.gpl3Plus;
maintainers = [ maintainers.elesiuta ];
platforms = platforms.linux;
knownVulnerabilities = [
"Allows an unprivileged user to write to arbitrary files as root; see https://github.com/elesiuta/picosnitch/issues/40"
];
};
}