Skip to content

Commit a21531c

Browse files
committed
fix: updated sourcecode analyzer name appropriately
Signed-off-by: Carl Flottmann <carl.flottmann@oracle.com>
1 parent 34d9726 commit a21531c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macaron/malware_analyzer/pypi_heuristics/sourcecode/pypi_sourcecode_analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __init__(self, resources_path: str | None = None) -> None:
5151
validation of the custom rule path failed.
5252
"""
5353
super().__init__(
54-
name="anomalous_version_analyzer",
54+
name="suspicious_patterns_analyzer",
5555
heuristic=Heuristics.SUSPICIOUS_PATTERNS,
5656
depends_on=[(Heuristics.EMPTY_PROJECT_LINK, HeuristicResult.FAIL)],
5757
)

0 commit comments

Comments
 (0)