about summary refs log tree commit diff
path: root/pkgs/applications/audio/noisetorch
diff options
context:
space:
mode:
authorlom <legendofmiracles@protonmail.com>2022-05-19 06:45:42 -0600
committerlom <legendofmiracles@protonmail.com>2022-05-19 06:45:42 -0600
commit18a66b67671802b90a825aed954e0b0fef69b854 (patch)
tree26150e0a5a901391a1be70c883d3016fcb6f4946 /pkgs/applications/audio/noisetorch
parent51c998bdd9f0d6e809cf31acb95cccb627075004 (diff)
noisetorch: mark insecure
Diffstat (limited to 'pkgs/applications/audio/noisetorch')
-rw-r--r--pkgs/applications/audio/noisetorch/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/audio/noisetorch/default.nix b/pkgs/applications/audio/noisetorch/default.nix
index d08991a916bd2..067263032b0df 100644
--- a/pkgs/applications/audio/noisetorch/default.nix
+++ b/pkgs/applications/audio/noisetorch/default.nix
@@ -33,6 +33,8 @@ buildGoModule rec {
   '';
 
   meta = with lib; {
+    insecure = true;
+    knownVulnerabilities = [ "https://github.com/lawl/NoiseTorch/releases/tag/0.11.6" ];
     description = "Virtual microphone device with noise supression for PulseAudio";
     homepage = "https://github.com/lawl/NoiseTorch";
     license = licenses.gpl3Plus;