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:
parent
af18e549c8
commit
ffed6aa9a4
10
rpminspect.yaml
Normal file
10
rpminspect.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user