diff options
| author | Stig Palmquist <git@stig.io> | 2022-08-05 09:45:54 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-08-05 21:14:08 +0000 |
| commit | 60b88134af8277fdfa01605ea853e76938f86a28 (patch) | |
| tree | a537ef91fa126f03e3e6b513e3beb2646d6f3552 | |
| parent | clhep: init at 2.4.5.3 (#185264) (diff) | |
| download | nixpkgs-origin/backport-185195-to-release-22.05.tar.gz | |
ferdi: Note CVE-2022-32320 in knownVulnerabilitiesorigin/backport-185195-to-release-22.05
(cherry picked from commit ae36fbe7f946b2cef58c5b26ef602242c80ee654)
| -rw-r--r-- | pkgs/applications/networking/instant-messengers/ferdi/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/networking/instant-messengers/ferdi/default.nix b/pkgs/applications/networking/instant-messengers/ferdi/default.nix index 90ab331426a0..ca2f82d186eb 100644 --- a/pkgs/applications/networking/instant-messengers/ferdi/default.nix +++ b/pkgs/applications/networking/instant-messengers/ferdi/default.nix @@ -30,5 +30,8 @@ mkFranzDerivation' rec { maintainers = with maintainers; [ davidtwco ma27 ]; platforms = [ "x86_64-linux" ]; hydraPlatforms = [ ]; + knownVulnerabilities = [ + "CVE-2022-32320" + ]; }; } |
