Al Bailey d87462c851 Convert yaml.load to yaml.safe_load
yaml.load is considered unsafe. yaml.safe_load is the
recommended method to use.

The yaml.load is only being called from scenario tests,
and from a forensic tool that is unused. Therefore this
code change has no runtime impact.

This allow unsuppressing the following pylint error
 E1120 no-value-for-parameter

This allow unsuppressing the following bandit error
 B506: Test for use of yaml load

Adding a new bandit zuul job, and removing the pinning
of the version of bandit for this repo.

Test Plan:
  PASS: tox -e pylint
  PASS: tox -e bandit
  PASS: build-pkgs -p nfv

Story: 2010531
Task: 47174

Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: Ie60dcf98425c95e103d22e7be4212de1954550bf
2023-01-19 19:57:23 +00:00
2022-06-03 15:20:56 -03:00
2023-01-19 19:57:23 +00:00
2018-09-25 14:01:33 -07:00
2019-04-19 19:52:26 +00:00
2023-01-19 19:57:23 +00:00
2018-05-31 07:36:51 -07:00
2018-07-10 10:18:28 -05:00
2023-01-19 19:57:23 +00:00

nfv

StarlingX NFVI Orchestration

Description
StarlingX NFVI Orchestration
Readme 39 MiB
Languages
Python 83.2%
JavaScript 7.1%
C++ 6.6%
Shell 1.5%
Handlebars 0.9%
Other 0.7%