From 3d63cb4411c36260396bb77462e72a3eb23139b7 Mon Sep 17 00:00:00 2001 From: Filip Janus Date: Thu, 20 Jan 2022 14:00:00 +0100 Subject: [PATCH] Add rpminspect.yaml from RHEL 9 gethostbyname This is not a big problem because the function should work properly only IPv6 should not working well but function is used only for checking if the given hostname is valid. In the worst case it could cause false negative report. (cherry picked from commit d952a7cb7aa2569a30d3675964342adc2233466c) --- rpminspect.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..dc1686b --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,10 @@ +--- +# Forbidden function symbol found: +# gethostbyname +# This is not a big problem because the function should work properly only IPv6 +# should not working well but function is used only for checking if the given +# hostname is valid. In the worst case it could cause false negative report. + +badfuncs: + ignore: + - /usr/bin/tar