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

Improve audit data handling #936

Merged
merged 43 commits into from
Sep 10, 2023
Merged

Conversation

attiasas
Copy link
Contributor

@attiasas attiasas commented Sep 6, 2023

  • All tests passed. If this feature is not already covered by the tests, I added new tests.
  • All static analysis checks passed.
  • This pull request is on the dev branch.
  • I used gofmt for formatting the code before submitting the pull request.

No more intermediate data structure:

  • saving memory allocation at some operations.
  • new data attributes from scanner will be available with minimum changes to all users

Sarif format improvement:

  • Jas scan results will now be available
  • Meet the Sarif v2.1.0 specifications

Simple-Json format improvement:

  • CVE Contextual Analysis results will now be shown for each cve

@attiasas attiasas added the improvement Automatically generated release notes label Sep 6, 2023
xray/commands/audit/jas/common.go Outdated Show resolved Hide resolved
xray/commands/audit/jas/common.go Outdated Show resolved Hide resolved
xray/commands/audit/jas/common.go Outdated Show resolved Hide resolved
xray/commands/audit/jas/secrets/secretsscanner_test.go Outdated Show resolved Hide resolved
xray/formats/simplejsonapi.go Outdated Show resolved Hide resolved
xray/formats/simplejsonapi.go Outdated Show resolved Hide resolved
xray/formats/simplejsonapi.go Outdated Show resolved Hide resolved
xray/formats/simplejsonapi.go Outdated Show resolved Hide resolved
@attiasas attiasas merged commit 6e94c82 into jfrog:dev Sep 10, 2023
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Automatically generated release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants