mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
Merge pull request #111884 from dotlambda/tcpreplay-insecure
tcpreplay: mark as insecure
This commit is contained in:
commit
c7d8cb46af
@ -31,5 +31,9 @@ stdenv.mkDerivation rec {
|
||||
license = with licenses; [ bsd3 gpl3 ];
|
||||
maintainers = with maintainers; [ eleanor ];
|
||||
platforms = platforms.unix;
|
||||
knownVulnerabilities = [
|
||||
"CVE-2020-24265" # https://github.com/appneta/tcpreplay/issues/616
|
||||
"CVE-2020-24266" # https://github.com/appneta/tcpreplay/issues/617
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user