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

SCA- Critical Severity #71

Merged
merged 4 commits into from
Jun 20, 2024
Merged

Conversation

RahulPidde23
Copy link

Test Cases

Case 1

  • Create new project with Enable Dependency Scan = true
  • Check critical severity count in log -> Ex -> Critical vulnerabilities: 6
  • Open Checkmarx tab -> check critical severity count in graph and in report.

Case 2

  • Create new project with Enable Dependency Scan = true and Sca critical Threshold =1
  • Check critical severity count in log -> Ex -> Critical vulnerabilities: 6
  • Scan will fail with error -> SCA critical severity results are above threshold. Results: 6. Threshold: 1
  • Open Checkmarx tab -> check critical severity count in graph and in report.Also, check threshold exceeded in red color

Case 3

  • Create new project with Enable Dependency Scan = true and Sca critical Threshold =500
  • Check critical severity count in log -> Ex -> Critical vulnerabilities: 6
  • Scan will successfully completed
  • Open Checkmarx tab -> check critical severity count in graph and in report.Also, check Threshold Compliant in green color

Case 4

  • Create new project with Enable Dependency Scan = true and Sca critical Threshold =6
  • Check critical severity count in log -> Ex -> Critical vulnerabilities: 6
  • Scan will successfully completed
  • Open Checkmarx tab -> check critical severity count in graph and in report.Also, check Threshold Compliant in green color

Case 5

  • Create new project with Enable Dependency Scan = true and Sca critical Threshold =6, Sca High =3, Sca Medium=3, Sca Low = 3
  • Check critical\high\medium\low severity count in logs
  • Scan will fail with error
    -> SCA critical severity results are above threshold. Results: 6. Threshold: 1
    -> SCA high severity results are above threshold. Results: 26. Threshold: 3
    -> SCA medium severity results are above threshold. Results: 15. Threshold: 3
  • Open Checkmarx tab -> check critical\high\medium\low severity count in graph and in report.Also, check threshold exceeded in red color

Copy link

Copy link

@ThokalSameer ThokalSameer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@RahulPidde23 RahulPidde23 merged commit 7e195a9 into Q2_2024_Integration_Branch Jun 20, 2024
2 checks passed
@RahulPidde23 RahulPidde23 deleted the PLUG-1950 branch July 4, 2024 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants