FIX vari harvester (#83) #324
Annotations
26 warnings and 41 notices
sec-string-maxlength:
src/main/resources/public/api-docs.yaml#L116
Strings (non enum) must specify a maximum length. #/paths/~1vocabularies~1{agency_id}~1{key_concept}~1{id}/get/responses/200/content/application~1json/schema/additionalProperties "additionalProperties.maxLength" property must be defined
|
sec-string-maxlength:
src/main/resources/public/api-docs.yaml#L367
Strings (non enum) must specify a maximum length. #/components/schemas/SearchResult/properties/data/items "items.maxLength" property must be defined
|
sec-string-maxlength:
src/main/resources/public/api-docs.yaml#L106
Strings (non enum) must specify a maximum length. #/paths/~1vocabularies~1{agency_id}~1{key_concept}~1{id}/get/parameters/2/schema "schema.maxLength" property must be defined
|
sec-array-boundaries:
src/main/resources/public/api-docs.yaml#L367
Schema of type array must specify maxItems and minItems. #/components/schemas/SearchResult/properties/data/items "items.minItems" property must be defined
|
sec-array-boundaries:
src/main/resources/public/api-docs.yaml#L404
Schema of type array must specify maxItems and minItems. #/components/schemas/SearchResultItem/properties/status "status.minItems" property must be defined
|
sec-array-boundaries:
src/main/resources/public/api-docs.yaml#L404
Schema of type array must specify maxItems and minItems. #/components/schemas/SearchResultItem/properties/status "status.maxItems" property must be defined
|
sec-no-default-additionalProperties:
src/main/resources/public/api-docs.yaml#L412
Objects should not allow unconstrained additionalProperties. Disable them with `additionalProperties: false` or add `maxProperties`.
|
sec-array-boundaries:
src/main/resources/public/api-docs.yaml#L411
Schema of type array must specify maxItems and minItems. #/components/schemas/SemanticAssetDetails/allOf/0 "[0].maxItems" property must be defined
|
sec-no-default-additionalProperties:
src/main/resources/public/api-docs.yaml#L285
Objects should not allow unconstrained additionalProperties. Disable them with `additionalProperties: false` or add `maxProperties`.
|
sec-string-maxlength:
src/main/resources/public/api-docs.yaml#L426
Strings (non enum) must specify a maximum length. #/components/schemas/SemanticAssetDetails/allOf/1/properties/subjects/items "items.maxLength" property must be defined
|
sec-array-boundaries:
src/main/resources/public/api-docs.yaml#L411
Schema of type array must specify maxItems and minItems. #/components/schemas/SemanticAssetDetails/allOf/0 "[0].minItems" property must be defined
|
sec-string-maxlength:
src/main/resources/public/api-docs.yaml#L411
Strings (non enum) must specify a maximum length. #/components/schemas/SemanticAssetDetails/allOf/0 "[0].maxLength" property must be defined
|
sec-no-default-additionalProperties:
src/main/resources/public/api-docs.yaml#L351
Objects should not allow unconstrained additionalProperties. Disable them with `additionalProperties: false` or add `maxProperties`.
|
sec-string-maxlength:
src/main/resources/public/api-docs.yaml#L407
Strings (non enum) must specify a maximum length. #/components/schemas/SearchResultItem/properties/status/items "items.maxLength" property must be defined
|
sec-string-maxlength:
src/main/resources/public/api-docs.yaml#L414
Strings (non enum) must specify a maximum length. #/components/schemas/SemanticAssetDetails/allOf/1/properties/accrualPeriodicity "accrualPeriodicity.maxLength" property must be defined
|
sec-string-maxlength:
src/main/resources/public/api-docs.yaml#L454
Strings (non enum) must specify a maximum length. #/components/schemas/SemanticAssetDetails/allOf/1/properties/temporal "temporal.maxLength" property must be defined
|
sec-array-boundaries:
src/main/resources/public/api-docs.yaml#L367
Schema of type array must specify maxItems and minItems. #/components/schemas/SearchResult/properties/data/items "items.maxItems" property must be defined
|
paths-status-problem-schema:
src/main/resources/public/api-docs.yaml#L542
"properties.detail" property must be truthy #/components/schemas/Problem/properties
|
owasp
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, docker/login-action@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
publish
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
publish
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
publish
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
sec-protection-global-safe:
src/main/resources/public/api-docs.yaml#L68
The following operation is not protected by a `security` rule: #/paths/~1vocabularies~1{agency_id}~1{key_concept}/get/security
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L106
Strings (non enum) must specify a pattern or a format. #/paths/~1vocabularies~1{agency_id}~1{key_concept}~1{id}/get/parameters/2/schema
|
sec-protection-global-safe:
src/main/resources/public/api-docs.yaml#L127
The following operation is not protected by a `security` rule: #/paths/~1status/get/security
|
sec-protection-global-safe:
src/main/resources/public/api-docs.yaml#L196
The following operation is not protected by a `security` rule: #/paths/~1semantic-assets~1by-iri/get/security
|
no-method-name-in-operationId:
src/main/resources/public/api-docs.yaml#L130
Avoid using method names in operationIds.
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L328
Strings (non enum) must specify a pattern or a format. #/components/schemas/VocabularySummary/properties/links/items/properties/rel
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L324
Strings (non enum) must specify a pattern or a format. #/components/schemas/VocabularySummary/properties/links/items/properties/href
|
no-method-name-in-operationId:
src/main/resources/public/api-docs.yaml#L199
Avoid using method names in operationIds.
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L301
Strings (non enum) must specify a pattern or a format. #/components/schemas/VocabulariesResult/properties/data/items
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L367
Strings (non enum) must specify a pattern or a format. #/components/schemas/SearchResult/properties/data/items
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L156
Strings (non enum) must specify a pattern or a format. #/paths/~1semantic-assets/get/parameters/0/schema
|
sec-protection-global-safe:
src/main/resources/public/api-docs.yaml#L147
The following operation is not protected by a `security` rule: #/paths/~1semantic-assets/get/security
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L116
Strings (non enum) must specify a pattern or a format. #/paths/~1vocabularies~1{agency_id}~1{key_concept}~1{id}/get/responses/200/content/application~1json/schema/additionalProperties
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L392
Strings (non enum) must specify a pattern or a format. #/components/schemas/SearchResultItem/properties/versionInfo
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L348
Strings (non enum) must specify a pattern or a format. #/components/schemas/NodeSummary/properties/summary
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L306
Strings (non enum) must specify a pattern or a format. #/components/schemas/VocabularySummary/properties/title
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L332
Strings (non enum) must specify a pattern or a format. #/components/schemas/VocabularySummary/properties/links/items/properties/type
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L402
Strings (non enum) must specify a pattern or a format. #/components/schemas/SearchResultItem/properties/rightsHolder
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L407
Strings (non enum) must specify a pattern or a format. #/components/schemas/SearchResultItem/properties/status/items
|
sec-protection-global-safe:
src/main/resources/public/api-docs.yaml#L49
The following operation is not protected by a `security` rule: #/paths/~1vocabularies/get/security
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L282
Strings (non enum) must specify a pattern or a format. #/components/schemas/VocabularyData/properties/data/items/additionalProperties
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L309
Strings (non enum) must specify a pattern or a format. #/components/schemas/VocabularySummary/properties/description
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L426
Strings (non enum) must specify a pattern or a format. #/components/schemas/SemanticAssetDetails/allOf/1/properties/subjects/items
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L379
Strings (non enum) must specify a pattern or a format. #/components/schemas/SearchResultItem/properties/title
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L312
Strings (non enum) must specify a pattern or a format. #/components/schemas/VocabularySummary/properties/agencyId
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L543
Strings (non enum) must specify a pattern or a format. #/components/schemas/Problem/properties/title
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L382
Strings (non enum) must specify a pattern or a format. #/components/schemas/SearchResultItem/properties/description
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L434
Strings (non enum) must specify a pattern or a format. #/components/schemas/SemanticAssetDetails/allOf/1/properties/publishers/items
|
sec-protection-global-safe:
src/main/resources/public/api-docs.yaml#L95
The following operation is not protected by a `security` rule: #/paths/~1vocabularies~1{agency_id}~1{key_concept}~1{id}/get/security
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L428
Strings (non enum) must specify a pattern or a format. #/components/schemas/SemanticAssetDetails/allOf/1/properties/contactPoint
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L567
Strings (non enum) must specify a pattern or a format. #/components/responses/BadParameters/content/application~1problem+json/schema
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L414
Strings (non enum) must specify a pattern or a format. #/components/schemas/SemanticAssetDetails/allOf/1/properties/accrualPeriodicity
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L454
Strings (non enum) must specify a pattern or a format. #/components/schemas/SemanticAssetDetails/allOf/1/properties/temporal
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L449
Strings (non enum) must specify a pattern or a format. #/components/schemas/SemanticAssetDetails/allOf/1/properties/languages/items
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L464
Strings (non enum) must specify a pattern or a format. #/components/schemas/SemanticAssetDetails/allOf/1/properties/agencyId
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L487
Strings (non enum) must specify a pattern or a format. #/components/schemas/SemanticAssetDetails/allOf/1/properties/projects/items
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L411
Strings (non enum) must specify a pattern or a format. #/components/schemas/SemanticAssetDetails/allOf/0
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L558
Strings (non enum) must specify a pattern or a format. #/components/schemas/Problem/properties/timestamp
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L440
Strings (non enum) must specify a pattern or a format. #/components/schemas/SemanticAssetDetails/allOf/1/properties/creators/items
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L462
Strings (non enum) must specify a pattern or a format. #/components/schemas/SemanticAssetDetails/allOf/1/properties/conformsTo/items
|
sec-string-pattern-or-format-or-enum:
src/main/resources/public/api-docs.yaml#L479
Strings (non enum) must specify a pattern or a format. #/components/schemas/SemanticAssetDetails/allOf/1/properties/keyClasses/items
|