Bárbara Córdoba Q.

Results 3 issues of Bárbara Córdoba Q.

Hi, I noticed that the `application/json-patch+json` MIME type is not supported, which is needed for PATCH operations. This type is defined in [RFC 6902](https://datatracker.ietf.org/doc/html/rfc6902/#section-3). The problem is that the accepted...

enhancement

Hi, I realized that go-swagger3 still continues with the type mapping for those fields marked with `skip: "true"`. For example: ``` go type Foo struct { field1 string `json:"field1"` field2...

bug

`cwe_checker` can't be executed, since the container can't be created. According to the logs, it seems something is broken with the volume where the files are stored, but as far...