From 255d80986d543abcb395944d0938208565961e12 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 7 Dec 2022 19:10:23 +0100 Subject: [PATCH] Add rpminspect.yaml Use of functions inet_aton and inet_ntoa is 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..623b30b --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,6 @@ +badfuncs: + allowed: + /usr/lib*/libnetfilter_conntrack.so.*: + # Used explicitly in functions dealing with IPv4 addresses + - inet_aton + - inet_ntoa