summaryrefslogtreecommitdiffstats
path: root/core/sliapi/model/swagger/src/main/yaml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-07-09 07:54:44 -0400
committerKAPIL SINGAL <ks220y@att.com>2021-07-09 17:13:07 +0000
commit2ab339240c1d0bd8246bebb75d12c4849dd9e4c5 (patch)
tree91b91d5ff11eb12103468ed1ce6f8a81feb2a6a5 /core/sliapi/model/swagger/src/main/yaml
parentbab5ed7d5298d4c5e06d4656a90c45d4959e8026 (diff)
Fix XML external entity vulnerability
Disabled XML external entity references to resolve XML external entity vulnerability. Issue-ID: CCSDK-3117 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I1824b52c03148b2bc8a87b7eee8e08768d4284f4
Diffstat (limited to 'core/sliapi/model/swagger/src/main/yaml')
-rw-r--r--core/sliapi/model/swagger/src/main/yaml/sliapi.yaml28
1 files changed, 14 insertions, 14 deletions
diff --git a/core/sliapi/model/swagger/src/main/yaml/sliapi.yaml b/core/sliapi/model/swagger/src/main/yaml/sliapi.yaml
index 22fee129f..73003f62b 100644
--- a/core/sliapi/model/swagger/src/main/yaml/sliapi.yaml
+++ b/core/sliapi/model/swagger/src/main/yaml/sliapi.yaml
@@ -38,10 +38,10 @@ paths:
description: "Internal error"
200:
description: "sli.api.TestResults"
- schema:
+ responseSchema:
originalRef: "#/definitions/sli.api.TestResults"
$ref: "#/definitions/sli.api.TestResults"
- responseSchema:
+ schema:
originalRef: "#/definitions/sli.api.TestResults"
$ref: "#/definitions/sli.api.TestResults"
post:
@@ -126,10 +126,10 @@ paths:
description: "Internal error"
200:
description: "sli.api.testresults.TestResult"
- schema:
+ responseSchema:
originalRef: "#/definitions/sli.api.testresults.TestResult"
$ref: "#/definitions/sli.api.testresults.TestResult"
- responseSchema:
+ schema:
originalRef: "#/definitions/sli.api.testresults.TestResult"
$ref: "#/definitions/sli.api.testresults.TestResult"
post:
@@ -206,10 +206,10 @@ paths:
description: "Internal error"
200:
description: "sli.api.TestResults"
- schema:
+ responseSchema:
originalRef: "#/definitions/sli.api.TestResults"
$ref: "#/definitions/sli.api.TestResults"
- responseSchema:
+ schema:
originalRef: "#/definitions/sli.api.TestResults"
$ref: "#/definitions/sli.api.TestResults"
/operational/SLI-API:test-results/SLI-API:test-result/{test-identifier}/:
@@ -228,10 +228,10 @@ paths:
description: "Internal error"
200:
description: "sli.api.testresults.TestResult"
- schema:
+ responseSchema:
originalRef: "#/definitions/sli.api.testresults.TestResult"
$ref: "#/definitions/sli.api.testresults.TestResult"
- responseSchema:
+ schema:
originalRef: "#/definitions/sli.api.testresults.TestResult"
$ref: "#/definitions/sli.api.testresults.TestResult"
/operations/SLI-API:execute-graph/:
@@ -252,10 +252,10 @@ paths:
description: "Internal error"
200:
description: "Correct response"
- schema:
+ responseSchema:
originalRef: "#/definitions/sli.api.ExecuteGraph"
$ref: "#/definitions/sli.api.ExecuteGraph"
- responseSchema:
+ schema:
originalRef: "#/definitions/sli.api.ExecuteGraph"
$ref: "#/definitions/sli.api.ExecuteGraph"
201:
@@ -270,10 +270,10 @@ paths:
description: "Internal error"
200:
description: "Correct response"
- schema:
+ responseSchema:
originalRef: "#/definitions/sli.api.Healthcheck"
$ref: "#/definitions/sli.api.Healthcheck"
- responseSchema:
+ schema:
originalRef: "#/definitions/sli.api.Healthcheck"
$ref: "#/definitions/sli.api.Healthcheck"
201:
@@ -288,10 +288,10 @@ paths:
description: "Internal error"
200:
description: "Correct response"
- schema:
+ responseSchema:
originalRef: "#/definitions/sli.api.Vlbcheck"
$ref: "#/definitions/sli.api.Vlbcheck"
- responseSchema:
+ schema:
originalRef: "#/definitions/sli.api.Vlbcheck"
$ref: "#/definitions/sli.api.Vlbcheck"
201: