Skip to content

Commit 9091a7d

Browse files
author
aucub
committed
deskflow: flag with knownVulnerabilities
1 parent df50ecf commit 9091a7d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pkgs/by-name/de/deskflow/package.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,12 @@ stdenv.mkDerivation rec {
114114
licenses.openssl
115115
];
116116
platforms = lib.platforms.linux;
117+
knownVulnerabilities = [
118+
"CVE-2021-42072"
119+
"CVE-2021-42073"
120+
"CVE-2021-42074"
121+
"CVE-2021-42075"
122+
"CVE-2021-42076"
123+
];
117124
};
118125
}

0 commit comments

Comments
 (0)