Auto-waive bad_fucts in current release

rpminspect detects bad functs, which are not really a problem. They
occur only in IPv4 only code paths. Do not make them block gating.
This commit is contained in:
Petr Menšík 2023-02-15 20:57:41 +01:00
parent af18e549c8
commit ffed6aa9a4

10
rpminspect.yaml Normal file
View File

@ -0,0 +1,10 @@
---
badfuncs:
# Those functions are used in IPv4-only handling functions in dnsmasq.
# It handles also IPv6, but in different code paths with different calls.
#- inet_addr
#- inet_ntoa
ignore:
- /usr/sbin/dnsmasq
- /usr/bin/dhcp_lease_time
- /usr/bin/dhcp_release