Skip to content

Commit 04596c4

Browse files
committed
removing comments
1 parent 154fc6b commit 04596c4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

utils/formats/simplejsonapi.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import "github.com/jfrog/jfrog-cli-security/utils/techutils"
77

88
// This struct holds the sorted results of the simple-json output.
99
type SimpleJsonResults struct {
10-
// TODO eran - in the new violations parser we enter the new violations results here (create new fields) and they will be printed at the end
1110
Vulnerabilities []VulnerabilityOrViolationRow `json:"vulnerabilities"`
1211
SecurityViolations []VulnerabilityOrViolationRow `json:"securityViolations"`
1312
LicensesViolations []LicenseRow `json:"licensesViolations"`

utils/results/conversion/convertor.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ type ResultsStreamFormatParser[T interface{}] interface {
5454
ParseScaVulnerabilities(target results.ScanTarget, scaResponse services.ScanResponse, applicabilityRuns ...*sarif.Run) error
5555
ParseLicenses(target results.ScanTarget, licenses []services.License) error
5656
// Parse JAS content to the current scan target
57-
// TODO eran first - add new arg to all interface implementation and start making adjustments between vulnerabilities and violations
5857
ParseSecrets(target results.ScanTarget, isViolationsResults bool, secrets ...*sarif.Run) error
5958
ParseIacs(target results.ScanTarget, isViolationsResults bool, iacs ...*sarif.Run) error
6059
ParseSast(target results.ScanTarget, isViolationsResults bool, sast ...*sarif.Run) error

0 commit comments

Comments
 (0)