1395: Remove duplicate ports line r=mergify[bot] a=Nebukadneza ## What type of PR? enhancement ## What does this PR do? ### Related issue(s) closes #1079 ## Prerequistes - [x] In case of feature or enhancement: documentation updated accordingly - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/guide.html#changelog) entry file. 1396: Use pyyaml safe_load instead of load r=mergify[bot] a=Nebukadneza ## What type of PR? enhancement ## What does this PR do? Since load in unsafe (ref: https://msg.pyyaml.org/load), switch the only occurrance of `yaml.load` that i could find to safe_load. ### Related issue(s) closes #1085 ## Prerequistes Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [x] In case of feature or enhancement: documentation updated accordingly - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/guide.html#changelog) entry file. Co-authored-by: Dario Ernst <github@kanojo.de>master
commit
ecae6872f3
Loading…
Reference in New Issue