Bump github.com/getkin/kin-openapi from 0.122.0 to 0.124.0 #220
Annotations
10 errors
Run govulncheck:
flatten/allof/merge_allof.go#L764
cannot use "" (untyped string constant) as *openapi3.Types value in assignment
|
Run govulncheck:
flatten/allof/merge_allof.go#L770
cannot use "integer" (untyped string constant) as *openapi3.Types value in assignment
|
Run govulncheck:
flatten/allof/merge_allof.go#L774
cannot use "number" (untyped string constant) as *openapi3.Types value in assignment
|
Run govulncheck:
flatten/allof/merge_allof.go#L778
cannot use types[0] (variable of type string) as *openapi3.Types value in assignment
|
Run govulncheck:
flatten/allof/merge_allof.go#L939
cannot use s.Value.Type (variable of type *openapi3.Types) as string value in argument to append
|
Run govulncheck:
diff/schema_diff.go#L219
cannot use &schema.Type (value of type **openapi3.Types) as *string value in argument to diff.TypeDiff.patchString
|
Run govulncheck:
checker/check-request-parameters-type-changed.go#L49
invalid operation: paramDiff.Revision.Schema.Value.Type == "string" (mismatched types *openapi3.Types and untyped string)
|
Run govulncheck:
checker/check-request-parameters-type-changed.go#L55
invalid operation: paramDiff.Revision.Schema.Value.Type == "number" (mismatched types *openapi3.Types and untyped string)
|
Run govulncheck:
checker/check-request-parameters-type-changed.go#L60
invalid operation: paramDiff.Revision.Schema.Value.Type == "integer" (mismatched types *openapi3.Types and untyped string)
|
Run govulncheck:
checker/check-request-property-type-changed.go#L101
cannot use schemaDiff.Revision.Type (variable of type *openapi3.Types) as string value in argument to isFormatContained
|