Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New record type: scan statistics #129

Closed
nleach999 opened this issue Jan 7, 2022 · 1 comment · Fixed by #185
Closed

New record type: scan statistics #129

nleach999 opened this issue Jan 7, 2022 · 1 comment · Fixed by #185
Labels
enhancement New feature or request

Comments

@nleach999
Copy link
Collaborator

Describe the problem

Newer versions of SAST have a scan statistics API (/cxrestapi/sast/scans/{id}/statistics) that should be a new record type.

Proposed solution

Each scan has a statistics result, and each result has aggregate contents (e.g. product version, engine version, memory peak, etc) but also has breakdowns by language. Flatten by language type so that there is one record entry per language.

@nleach999 nleach999 added the enhancement New feature or request label Jan 7, 2022
@nirw
Copy link

nirw commented Jul 7, 2022

yes please!
Maybe also the other API's such as

  • API /sast/scans/{id}/succeededGeneralQueries - this one would be good one IMO
  • API /sast/scans/{id}/parsedFiles
  • API /scans/{id}/failedGeneralQueries
  • API (/cxrestapi/sast/scans/{id}/failedQueries)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants