onionshare: mark as vulnerable to CVE-2021-41867, CVE-2021-41868
bumping to a fixed version would require bumping tor, and patching doesn't appear simple.
This commit is contained in:
parent
9590b4283d
commit
751c22c7f5
|
@ -52,6 +52,8 @@ let
|
||||||
|
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ lourkeur ];
|
maintainers = with maintainers; [ lourkeur ];
|
||||||
|
|
||||||
|
knownVulnerabilities = [ "CVE-2021-41867" "CVE-2021-41868" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
in rec {
|
in rec {
|
||||||
|
|
Loading…
Reference in New Issue