Skip to content

Commit

Permalink
remove not needed entry
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelfreitas93 committed Jun 17, 2020
1 parent ae590d1 commit 3067f84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/report/osareport.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ function getSummary(osaSummary, osaLibraries, osaIssues, newIssues, recurrentIss
summaryBody += "**Result Summary Details**\n"
summaryBody += "\n"
summaryBody += "**Results By Status**\n"
summaryBody += "New | Recurrent | Resolved | Reopened | Total\n"
summaryBody += "------------ | ------------ | ------------ | ------------ | ------------\n"
summaryBody += newIssues + " | " + recurrentIssues + " | " + resolvedIssues + " | " + reopenedIssues + " | " + osaIssues.length + "\n"
summaryBody += "New | Recurrent | Resolved | Reopened \n"
summaryBody += "------------ | ------------ | ------------ | ------------ \n"
summaryBody += newIssues + " | " + recurrentIssues + " | " + resolvedIssues + " | " + reopenedIssues + "\n"
summaryBody += "\n"
for (let i = 0; i < SEVERITIES.length; i++) {
let severity = SEVERITIES[i]
Expand Down

2 comments on commit 3067f84

@github-actions
Copy link

Choose a reason for hiding this comment

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

[Checkmarx][OSA]

Libraries Summary

Score Vulnerable and Outdated Vulnerable and Updated Non Vulnerable Total
secure 0 0 47 47

Libraries Summary By Severity

High Vulnerables Libraries Medium Vulnerables Libraries Low Vulnerables Libraries Non Vulnerable Total
0 0 0 47 47

Result Summary Details

Results By Status

New Recurrent Resolved Reopened
0 0 0 0

@github-actions
Copy link

Choose a reason for hiding this comment

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

[Checkmarx] - Project : checkmarx-github-action-master - Scan ID : 1000078


Project Details
Checkmarx Version: 9.0.0.40085 HF1
Project ID: 6
Project Name: checkmarx-github-action-master
Preset: Checkmarx Default
Owner: miguel
Team: CxServer\SP\EMEA


Scan Details
Initiator Name: Miguel Freitas
Scan ID: 1000078
LOC: 5456
Files Scanned: 15
Scan Type: Full
Scan URL: https://cxprivatecloud.checkmarx.net/CxWebClient/ViewerMain.aspx?scanid=1000078&projectid=6
Scan Comment: git master@3067f84263aa5022bcdced34b3627e4a76a5e67c
Scan Type: 00h:01m:19s
Scan Start Date: Wed Jun 17 2020 00:28:35 GMT+0000 (Coordinated Universal Time)
Scan Time: 00h:01m:19s
Source Origin: LocalPath
Visibility: Public


Results Summary Details

Results By Status

New Recurrent Resolved Reopened Total
0 3 0 0 3

Results By State and Severity

Severity \ State Confirmed Urgent Proposed Not Exploitable To Verify Not Exploitable Total
High 0 0 0 0 0 0
Medium 0 0 0 0 0 0
Low 0 0 0 0 3 3
Info 0 0 0 0 0 0
Total 0 0 0 0 3 3

Results By Queries

Queries Total Results
Use_Of_Hardcoded_Password 2
Client_Server_Empty_Password 1

Results By Languages

Languages Total Results
JavaScript 3

Vulnerabilities in Files:
https://github.com/checkmarx-ts/checkmarx-github-action/blob/3067f84263aa5022bcdced34b3627e4a76a5e67c/src/github/inputs.js
https://github.com/checkmarx-ts/checkmarx-github-action/blob/3067f84263aa5022bcdced34b3627e4a76a5e67c/src/cli/token.js

Please sign in to comment.