Code Review
/
releng-testresults.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
cc56272
)
Implements use of yaml.safe_load as per sec audit
author
Luke Hinds
<lukehinds@gmail.com>
Mon, 12 Sep 2016 14:00:27 +0000
(15:00 +0100)
committer
Luke Hinds
<lukehinds@gmail.com>
Mon, 12 Sep 2016 14:00:27 +0000
(15:00 +0100)
Change-Id: I9b8d9746e8a3beebc1aff9f883dcec39928831d7
Signed-off-by: Luke Hinds <lukehinds@gmail.com>
reporting/functest/reporting-status.py
patch
|
blob
|
history
diff --git
a/reporting/functest/reporting-status.py
b/reporting/functest/reporting-status.py
index
e9e167d
..
0b80fe4
100755
(executable)
--- a/
reporting/functest/reporting-status.py
+++ b/
reporting/functest/reporting-status.py
@@
-34,7
+34,7
@@
tempest = tc.TestCase("tempest_smoke_serial", "functest", -1)
cf = conf.TEST_CONF
response = requests.get(cf)
-functest_yaml_config = yaml.load(response.text)
+functest_yaml_config = yaml.
safe_
load(response.text)
logger.info("*******************************************")
logger.info("* Generating reporting scenario status *")