Skip to content

Commit 09b4723

Browse files
MarshalXelsapet
andauthored
add verb 4
Co-authored-by: elsapet <[email protected]>
1 parent 0ac09bd commit 09b4723

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
@@ -793,7 +793,7 @@ def _should_exclude_detection(detection: Detection, exclusions: Dict) -> bool:
793793
exclusions_by_package = exclusions.get(consts.EXCLUSIONS_BY_PACKAGE_SECTION_NAME, [])
794794
package = _get_package_name(detection)
795795
if package and package in exclusions_by_package:
796-
logger.debug('Ignoring violation because its package@version on the ignore list, %s', {'package': package})
796+
logger.debug('Ignoring violation because its package@version is on the ignore list, %s', {'package': package})
797797
return True
798798

799799
exclusions_by_cve = exclusions.get(consts.EXCLUSIONS_BY_CVE_SECTION_NAME, [])

0 commit comments

Comments
 (0)