-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
051e185
commit 897d742
Showing
5 changed files
with
23 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
OpenAPI 3.x detected | ||
OpenAPI 3.0.x detected | ||
|
||
/code/security/tests/array-test.yml | ||
13:14 warning array-boundaries Schema of type array must specify maxItems and minItems. #/components/schemas/ko_Array `ko_Array.maxItems` property should be defined components.schemas.ko_Array | ||
17:23 warning array-boundaries Schema of type array must specify maxItems and minItems. #/components/schemas/ko_Array_minItems `ko_Array_minItems.minItems` property should be defined components.schemas.ko_Array_minItems | ||
22:23 warning array-boundaries Schema of type array must specify maxItems and minItems. #/components/schemas/ko_Array_maxItems `ko_Array_maxItems.maxItems` property should be defined components.schemas.ko_Array_maxItems | ||
45:18 warning array-boundaries Schema of type array must specify maxItems and minItems. #/paths/~1array-ko-params/post/parameters/0/schema/properties/a3 `a3.maxItems` property should be defined paths./array-ko-params.post.parameters[0].schema.properties.a3 | ||
13:14 warning array-boundaries Schema of type array must specify maxItems and minItems. #/components/schemas/ko_Array `ko_Array.maxItems` property must be defined components.schemas.ko_Array | ||
17:23 warning array-boundaries Schema of type array must specify maxItems and minItems. #/components/schemas/ko_Array_minItems `ko_Array_minItems.minItems` property must be defined components.schemas.ko_Array_minItems | ||
22:23 warning array-boundaries Schema of type array must specify maxItems and minItems. #/components/schemas/ko_Array_maxItems `ko_Array_maxItems.maxItems` property must be defined components.schemas.ko_Array_maxItems | ||
45:18 warning array-boundaries Schema of type array must specify maxItems and minItems. #/paths/~1array-ko-params/post/parameters/0/schema/properties/a3 `a3.maxItems` property must be defined paths./array-ko-params.post.parameters[0].schema.properties.a3 | ||
|
||
✖ 4 problems (0 errors, 4 warnings, 0 infos, 0 hints) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
OpenAPI 3.x detected | ||
OpenAPI 3.0.x detected | ||
|
||
/code/security/tests/numbers-test.yml | ||
4:15 warning number-boundaries Schema of type number or integer must specify a maximum and a minimum. #/components/schemas/ko_Number `ko_Number.maximum` property should be defined components.schemas.ko_Number | ||
6:21 warning number-boundaries Schema of type number or integer must specify a maximum and a minimum. #/components/schemas/ko_Number_nomin `ko_Number_nomin.minimum` property should be defined components.schemas.ko_Number_nomin | ||
9:21 warning number-boundaries Schema of type number or integer must specify a maximum and a minimum. #/components/schemas/ko_Number_nomax `ko_Number_nomax.maximum` property should be defined components.schemas.ko_Number_nomax | ||
26:17 warning number-boundaries Schema of type number or integer must specify a maximum and a minimum. #/paths/~1number-ko-params/put/parameters/0/schema/oneOf/0 `[0].maximum` property should be defined paths./number-ko-params.put.parameters[0].schema.oneOf[0] | ||
42:19 warning number-boundaries Schema of type number or integer must specify a maximum and a minimum. #/paths/~1number-ko-inline/put/requestBody/content/application~1json-patch+json/schema `schema.maximum` property should be defined paths./number-ko-inline.put.requestBody.content.application/json-patch+json.schema | ||
4:15 warning number-boundaries Schema of type number or integer must specify a maximum and a minimum. #/components/schemas/ko_Number `ko_Number.maximum` property must be defined components.schemas.ko_Number | ||
6:21 warning number-boundaries Schema of type number or integer must specify a maximum and a minimum. #/components/schemas/ko_Number_nomin `ko_Number_nomin.minimum` property must be defined components.schemas.ko_Number_nomin | ||
9:21 warning number-boundaries Schema of type number or integer must specify a maximum and a minimum. #/components/schemas/ko_Number_nomax `ko_Number_nomax.maximum` property must be defined components.schemas.ko_Number_nomax | ||
26:17 warning number-boundaries Schema of type number or integer must specify a maximum and a minimum. #/paths/~1number-ko-params/put/parameters/0/schema/oneOf/0 `[0].maximum` property must be defined paths./number-ko-params.put.parameters[0].schema.oneOf[0] | ||
42:19 warning number-boundaries Schema of type number or integer must specify a maximum and a minimum. #/paths/~1number-ko-inline/put/requestBody/content/application~1json-patch+json/schema `schema.maximum` property must be defined paths./number-ko-inline.put.requestBody.content.application/json-patch+json.schema | ||
|
||
✖ 5 problems (0 errors, 5 warnings, 0 infos, 0 hints) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
OpenAPI 3.x detected | ||
OpenAPI 3.0.x detected | ||
|
||
/code/security/tests/string-test.yml | ||
4:20 warning string-maxlength Strings (non enum) must specify a maximum length. #/components/schemas/ko_string_wild `ko_string_wild.maxLength` property should be defined components.schemas.ko_string_wild | ||
4:20 hint string-pattern-or-format-or-enum Strings (non enum) must specify a pattern or a format. #/components/schemas/ko_string_wild components.schemas.ko_string_wild | ||
7:26 hint string-pattern-or-format-or-enum Strings (non enum) must specify a pattern or a format. #/components/schemas/ko_string_no_pattern components.schemas.ko_string_no_pattern | ||
44:16 warning string-maxlength Strings (non enum) must specify a maximum length. #/paths/~1string-ko-params/parameters/0/schema `schema.maxLength` property should be defined paths./string-ko-params.parameters[0].schema | ||
44:16 hint string-pattern-or-format-or-enum Strings (non enum) must specify a pattern or a format. #/paths/~1string-ko-params/parameters/0/schema paths./string-ko-params.parameters[0].schema | ||
4:20 warning string-maxlength Strings (non enum) must specify a maximum length. #/components/schemas/ko_string_wild `ko_string_wild.maxLength` property must be defined components.schemas.ko_string_wild | ||
4:20 hint string-pattern-or-format-or-enum Strings (non enum) must specify a pattern or a format. #/components/schemas/ko_string_wild components.schemas.ko_string_wild | ||
7:26 hint string-pattern-or-format-or-enum Strings (non enum) must specify a pattern or a format. #/components/schemas/ko_string_no_pattern components.schemas.ko_string_no_pattern | ||
44:16 warning string-maxlength Strings (non enum) must specify a maximum length. #/paths/~1string-ko-params/parameters/0/schema `schema.maxLength` property must be defined paths./string-ko-params.parameters[0].schema | ||
44:16 hint string-pattern-or-format-or-enum Strings (non enum) must specify a pattern or a format. #/paths/~1string-ko-params/parameters/0/schema paths./string-ko-params.parameters[0].schema | ||
|
||
✖ 5 problems (0 errors, 2 warnings, 0 infos, 3 hints) | ||
|