picosnitch: mark as vulnerable (#336449)

This commit is contained in:
Emily 2024-08-27 16:29:56 +01:00 committed by GitHub
commit 0d9639821a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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