This change makes it so wildcards can be used in bandit.yaml when
configuring function calls that should be alerted on. For example, it
allows 'telnetlib.*' to be set as a blacklist entry, and will then
alert on a call to telnetlib.Telnet() and any other functions in that
namespace.
It uses stdlib's fnmatch, which means the wildcards are Unix shell
style.
This change also hijacks the telnetlib import check, adding a wildcarded
blacklist calls check as described above and adjusting tests and
example naming accordingly.
Change-Id: I0ff5891282ab762fd3dfc0447b20028d81d9afef