StarlingX NFVI Orchestration
d87462c851
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 |
||
---|---|---|
api-ref/source | ||
devstack | ||
doc | ||
mtce-guest | ||
nfv | ||
nova-api-proxy | ||
releasenotes | ||
.gitignore | ||
.gitreview | ||
.yamllint | ||
.zuul.yaml | ||
centos_build_layer.cfg | ||
centos_dev_docker_images.inc | ||
centos_dev_wheels.inc | ||
centos_guest_image_rt.inc | ||
centos_guest_image.inc | ||
centos_iso_image.inc | ||
centos_pkg_dirs | ||
centos_stable_docker_images.inc | ||
centos_stable_wheels.inc | ||
CONTRIBUTORS.wrs | ||
debian_build_layer.cfg | ||
debian_iso_image.inc | ||
debian_pkg_dirs | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
test-requirements.txt | ||
tox.ini |
nfv
StarlingX NFVI Orchestration