From 248a4faa27617539f32b559bff56a8d2e944e0fe Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 7 Dec 2022 19:27:49 +0100 Subject: [PATCH] Add rpminspec.yaml Use of gethostbyname2 is deliberate and thus safe. --- rpminspect.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..7ad1494 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,6 @@ +badfuncs: + allowed: + /usr/lib*/libipset.so.*: + # Upstream maintainer deliberately chose this over getaddrinfo, see + # commit c52cf6000923b ("Use gethostbyname2 instead of getaddrinfo") + - gethostbyname2