Kiryl Bubovich

Results 5 issues of Kiryl Bubovich

False positive on library `com.itextpdf.licensing/[email protected]` and `com.itextpdf.licensing/[email protected]` - reported as `cpe:2.3:a:itextpdf:itext:4.0.0:*:*:*:*:*:*:*` ```xml com.itextpdf.licensing licensing-base 4.0.0 com.itextpdf.licensing licensing-remote 4.0.0 ```

FP Report

It would be nice to have pie chart and bar chart with horizontal bars support

Hi! I have the following code ``` @GET @Operation( ... responses = { @ApiResponse( responseCode = "200", content = @Content( examples = { @ExampleObject( name = "Some name", value =...

| Name | Resource | Severity | Score | Fix Version | | ------- | ---------- | --------- | ------ | ------------ | | CVE-2022-27780 | curl | high |...

Hi, imagine there are two methods which differ by the consumes (produces) value: ``` @Get @Path("/path") @Consumes(“application/json“) @Produces(“application/json“) public Response methodOne(…) {…} ``` ``` @Get @Path("/path") @Consumes(“application/xml“) @Produces(“application/json“) public Response...