Unverified Commit 0d963982 authored by Emily's avatar Emily Committed by GitHub
Browse files

picosnitch: mark as vulnerable (#336449)

parents 5c7565f0 98f36e5c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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"
    ];
  };
}