#69 Add number of reports on `/analysis` endpoint
Merged by davidcarlos. Opened by vbertulucci.
kiskadeemes/kiskadee 64-reports-counter  into  master

Download 69.patch

Merge Description

Changed /analysis/<package>/<version> endpoint to return an array of analysis.
- In a single request, the result will be an json array that contains analysis of each analyzer that was previous configured to analyze the current package;
- On each analysis, the current json will return the number of each report type, like style, error and warning.

Observations

  • [x] Rebase with upstream master;
  • [x] Build passing;
  • [x] Add unit tests for current Merge;
  • [x] Squash commits.

rebased onto 2d5ef570220877d747c6409e5005632c8c2aa374

2 new commits added

  • Fixed test errors
  • Added flawfinder concrete reporter

rebased onto 0d641aa214b16c276dd0910d105eb1f55ef55c02

Pull-Request has been merged by davidcarlos

Metadata