···127 license = with licenses; if enableUnfree then unfree #ToDo: redistributable or not?
128 else if enableGPL then gpl2Plus else lgpl21Plus;
129 platforms = with platforms; linux ++ darwin;
0000130 };
131 }; # libavFun
132
···127 license = with licenses; if enableUnfree then unfree #ToDo: redistributable or not?
128 else if enableGPL then gpl2Plus else lgpl21Plus;
129 platforms = with platforms; linux ++ darwin;
130+ knownVulnerabilities =
131+ lib.optional (lib.versionOlder version "12.1") "CVE-2017-9051"
132+ ++ lib.optionals (lib.versionOlder version "12.3") [ "CVE-2018-5684" "CVE-2018-5766" ]
133+ ++ lib.optionals (lib.versionOlder version "12.4") [ "CVE-2019-9717" "CVE-2019-9720" ];
134 };
135 }; # libavFun
136