diff options
| author | Robert Scott <code@humanleg.org.uk> | 2024-07-27 13:26:12 +0100 |
|---|---|---|
| committer | Robert Scott <code@humanleg.org.uk> | 2024-07-27 13:26:12 +0100 |
| commit | 7c89876f0aedf3caff1665a1375554315f44b0e4 (patch) | |
| tree | 4e680b9af7f7a3908edcacef37093046cbe24c7d | |
| parent | Merge pull request #330257 from Ma27/grafana-2405 (diff) | |
| download | nixpkgs-7c89876f0aedf3caff1665a1375554315f44b0e4.tar.gz | |
libvpx_1_8: mark with knownVulnerabilities
CVE-2023-6349
CVE-2023-44488
CVE-2024-5197
| -rw-r--r-- | pkgs/development/libraries/libvpx/1_8.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libvpx/1_8.nix b/pkgs/development/libraries/libvpx/1_8.nix index 643dcb4d8f40..bfbee3ccbbbb 100644 --- a/pkgs/development/libraries/libvpx/1_8.nix +++ b/pkgs/development/libraries/libvpx/1_8.nix @@ -181,5 +181,10 @@ stdenv.mkDerivation rec { license = licenses.bsd3; maintainers = with maintainers; [ codyopel ]; platforms = platforms.all; + knownVulnerabilities = [ + "CVE-2023-6349" + "CVE-2023-44488" + "CVE-2024-5197" + ]; }; } |
