Update git submodules

* Update masakari-monitors from branch 'master'
  to bc624feecdf249a896994d742a34a0909dc8e198
  - Merge "Replaces yaml.load() with yaml.safe_load()"
  - Replaces yaml.load() with yaml.safe_load()
    
    Yaml.load() return Python object may be dangerous if you receive a YAML
    document from an untrusted source such as the Internet. The function
    yaml.safe_load() limits this ability to simple Python objects like
    integers or lists.
    
    Reference:
    https://security.openstack.org/guidelines/dg_avoid-dangerous-input-parsing-libraries.html
    
    Change-Id: Ic1b19423f7a9d93e9bc76bf94b5d5e3101f8341d
This commit is contained in:
Zuul 2021-04-27 01:01:58 +00:00 committed by Gerrit Code Review
parent 964320674b
commit ea06082511
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 761d9a4607b706b1d57402433e20a1a843d583e1
Subproject commit bc624feecdf249a896994d742a34a0909dc8e198