Skip to content

Commit

Permalink
deskflow: flag with knownVulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
aucub committed Dec 27, 2024
1 parent df50ecf commit 9091a7d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/by-name/de/deskflow/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,12 @@ stdenv.mkDerivation rec {
licenses.openssl
];
platforms = lib.platforms.linux;
knownVulnerabilities = [
"CVE-2021-42072"
"CVE-2021-42073"
"CVE-2021-42074"
"CVE-2021-42075"
"CVE-2021-42076"
];
};
}

0 comments on commit 9091a7d

Please sign in to comment.