picosnitch: mark as vulnerable

(cherry picked from commit 98f36e5c98)
This commit is contained in:
Emily 2024-08-22 03:35:18 +01:00 committed by github-actions[bot]
parent b316d12227
commit f44a0b4e11

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"
];
};
}