-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Feature: Checkmarx Cxflow SAST parser #9719
base: dev
Are you sure you want to change the base?
Feature: Checkmarx Cxflow SAST parser #9719
Conversation
Hi there 👋, @DryRunSecurity here, below is a summary of our analysis and findings.
Note 🟢 Risk threshold not exceeded. Tip Get answers to your security questions. Add a comment in this PR starting with @DryRunSecurity. For example...
Powered by DryRun Security |
…kmarx-cxflow-sast" This reverts commit b167f2b5205b427ac0b26ae7fd3f6b4667a01cde, reversing changes made to 5257a25204dbc9e6603b3b64bc1d78eddb824140.
b167f2b
to
f9cdafb
Compare
…ure-checkmarx-cxflow-sast"" This reverts commit f9cdafb.
This reverts commit c159233.
Conflicts have been resolved. A maintainer will review the pull request shortly. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
@manuel-sommer @Maffooch Should I make any changes to MR can merged? |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
@manuel-sommer @Maffooch I have just updated this MR. Can you review this MR? |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Description
CxFlow is a Spring Boot application that can run anywhere Java is installed. CxFlow glues together Checkmarx CxSAST and CxSCA scans with feedback to issue tracking systems via webhooks triggered by SCM events.
https://github.com/checkmarx-ltd/cx-flow/wiki
Cx-Flow is an official tool supported by Checkmarx Ltd. It is usually used to interact with CxSAST, CxSCA, and other systems like CMS and hook into the CICD pipeline.
This PR is used to support JSON reports for SAST generated by Cxflow.
Test results
I implement a unit test for 0,1 and many unit tests for cxflow sast results.
Documentation
I added a document about that supported type for this parser.
Checklist
This checklist is for your information.
dev
.dev
.bugfix
branch.