smitmartijn / roneo-netflow-duplicator

NetFlow Duplicator: ingest NetFlow and send it out to multiple collectors
7 stars 4 forks source link

YAMLLoadWarning: calling yaml.load() without Loader= #5

Closed MDSharma closed 4 years ago

MDSharma commented 4 years ago

Hi,

Any thoughts on this warning:

/opt/roneo-netflow-duplicator/main.py:103: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  cfg = yaml.load(ymlfile)

Cheers, MD

smitmartijn commented 4 years ago

Harmless warning.