Merge pull request #140785 from risicle/ris-onionshare-known-vulnerabilities-r21.05

[21.05] onionshare: mark as vulnerable to CVE-2021-41867, CVE-2021-41868
This commit is contained in:
Robert Scott 2021-10-07 20:33:54 +01:00 committed by GitHub
commit 96cf5a2b2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ let
license = licenses.gpl3Plus;
maintainers = with maintainers; [ lourkeur ];
knownVulnerabilities = [ "CVE-2021-41867" "CVE-2021-41868" ];
};
in rec {