mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 12:14:40 +00:00
Merge pull request #228163 from mweinelt/openslp-insecure
openslp: Mark known vulnerable
This commit is contained in:
commit
95c168d353
@ -3,7 +3,7 @@
|
||||
exiv2, kactivities, kactivities-stats, karchive, kbookmarks, kconfig, kconfigwidgets,
|
||||
kcoreaddons, kdbusaddons, kdsoap, kguiaddons, kdnssd, kiconthemes, ki18n, kio,
|
||||
khtml, kpty, syntax-highlighting, libmtp, libssh, openexr, libtirpc,
|
||||
ilmbase, openslp, phonon, qtsvg, samba, solid, gperf, taglib
|
||||
ilmbase, phonon, qtsvg, samba, solid, gperf, taglib
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
@ -16,7 +16,7 @@ mkDerivation {
|
||||
buildInputs = [
|
||||
exiv2 kactivities kactivities-stats karchive kbookmarks kconfig kconfigwidgets kcoreaddons
|
||||
kdbusaddons kdsoap kguiaddons kdnssd kiconthemes ki18n kio khtml
|
||||
kpty syntax-highlighting libmtp libssh openexr libtirpc openslp
|
||||
kpty syntax-highlighting libmtp libssh openexr libtirpc
|
||||
phonon qtsvg samba solid gperf taglib
|
||||
];
|
||||
|
||||
|
@ -32,6 +32,9 @@ stdenv.mkDerivation rec {
|
||||
platforms = platforms.all;
|
||||
# never built on aarch64-darwin since first introduction in nixpkgs
|
||||
broken = stdenv.isDarwin && stdenv.isAarch64;
|
||||
knownVulnerabilities = [
|
||||
"CVE-2023-29552: UDP Reflection Attack with ampliciation factor of up to 2200"
|
||||
];
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user