Merge pull request #173611 from legendofmiracles/master

noisetorch: mark insecure
This commit is contained in:
legendofmiracles 2022-05-19 06:47:42 -06:00 committed by GitHub
commit cccab7f003
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;