Jonas Xavier
Jonas Xavier
Signed-off-by: Jonas Galvão Xavier
**Cerebro version** v0.9.4 **ElasticSearch version** 7.12.1 **Bug** `GET _cat/indices` returns an error: ` { - "error": "Unrecognized token 'green': was expecting (JSON String, Number, Array, Object or token 'null', 'true'...
`Response` has an useful method to show its raw content: `String()`. It would be helpful to have an equivalent method for `Resquest`.
I am tracking in which step the body of a request is consumed, but the way plugins are stacked makes it hard to check what is running and when. The...
The following query can be parsed: ```sql FILTER AND ( _field < "now-30d", _num_something = 1, EXISTS(field) ) FROM user ``` While this one failed: ```sql FILTER AND (_num_something =...
**What would you like to be added**: Map field support to cycloneDX **Why is this needed**: [Golang bin metadata](https://github.com/anchore/syft/blob/main/syft/pkg/golang_bin_metadata.go#L5) has a map with info of how a package was built....
**What would you like to be added**: A test validating that the latest schema version (for SBOM JSON output format) and structures that are marshaled into JSON are matching. **Why...
**What would you like to be added**: we could toy with changing the version to be in the format of v0.0.0-- if we could derive the date correctly from the...
I see golangci-lint fail with Emacs because of parallel execution. This PR exposes the option of allowing parallel and serial execution provided my golangci-lint itself.
I built the lib and am using it as a part of my local maven repo, and when I run the code example from README an exception is raised: ```...