Skip to content

Commit 38293b3

Browse files
MarshalXelsapet
andauthored
add verb 5
Co-authored-by: elsapet <[email protected]>
1 parent 09b4723 commit 38293b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cycode/cli/commands/scan/code_scanner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ def _should_exclude_detection(detection: Detection, exclusions: Dict) -> bool:
799799
exclusions_by_cve = exclusions.get(consts.EXCLUSIONS_BY_CVE_SECTION_NAME, [])
800800
cve = _get_cve_identifier(detection)
801801
if cve and cve in exclusions_by_cve:
802-
logger.debug('Ignoring violation because its CVE in the ignore list, %s', {'cve': cve})
802+
logger.debug('Ignoring violation because its CVE is on the ignore list, %s', {'cve': cve})
803803
return True
804804

805805
return False

0 commit comments

Comments
 (0)