freifunk/icvpn-scripts

yaml: the default Loader is unsafe

Closed this issue · 1 comments

fogti commented
.../icvpn-scripts/filereader.py:24: YAMLLoadWarning:
  calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe.

Please read msg.pyyaml.org/load for full details.

  data = yaml.load(f)

Stumbled across the same issue after upgrading to Debian Bullseye..