Skip to content

Commit

Permalink
fix: copyright in kics.yml and openapi array limits.
Browse files Browse the repository at this point in the history
  • Loading branch information
drcgjung committed Feb 19, 2024
1 parent 02e2004 commit 6c7c2d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kics.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
#
# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
# Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
Expand Down
5 changes: 5 additions & 0 deletions docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
"style": "form",
"explode": true,
"schema": {
"maxItems": 128,
"type": "array",
"items": {
"type": "string"

Check warning

Code scanning / KICS

Maximum Length Undefined (v3) Warning documentation

'maxLength' is undefined

Check warning

Code scanning / KICS

Pattern Undefined (v3) Warning documentation

'pattern' is undefined
Expand Down Expand Up @@ -322,6 +323,7 @@
"style": "simple",
"explode": false,
"schema": {
"maxItems": 64,
"type": "array",
"items": {
"$ref": "#/components/schemas/CxWarning"
Expand Down Expand Up @@ -539,6 +541,7 @@
"style": "form",
"explode": true,
"schema": {
"maxItems": 128,
"type": "array",
"items": {
"type": "string"

Check warning

Code scanning / KICS

Maximum Length Undefined (v3) Warning documentation

'maxLength' is undefined
Expand Down Expand Up @@ -733,6 +736,7 @@
"style": "simple",
"explode": false,
"schema": {
"maxItems": 64,
"type": "array",
"items": {
"$ref": "#/components/schemas/CxWarning"
Expand Down Expand Up @@ -1171,6 +1175,7 @@
"style": "simple",
"explode": false,
"schema": {
"maxItems": 64,
"type": "array",
"items": {
"$ref": "#/components/schemas/CxWarning"
Expand Down

0 comments on commit 6c7c2d1

Please sign in to comment.