Add rpminspect.yaml
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.
This commit is contained in:
parent
2af238dea2
commit
d952a7cb7a
10
rpminspect.yaml
Normal file
10
rpminspect.yaml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user