We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151725c commit 81dac8eCopy full SHA for 81dac8e
src/macaron/malware_analyzer/pypi_heuristics/sourcecode/suspicious_setup.py
@@ -12,11 +12,11 @@
12
import zipfile
13
14
from macaron.config.defaults import defaults
15
+from macaron.errors import HeuristicAnalyzerValueError
16
from macaron.json_tools import JsonType
17
from macaron.malware_analyzer.pypi_heuristics.base_analyzer import BaseHeuristicAnalyzer
18
from macaron.malware_analyzer.pypi_heuristics.heuristics import HeuristicResult, Heuristics
19
from macaron.slsa_analyzer.package_registry.pypi_registry import PyPIPackageJsonAsset
-from macaron.errors import HeuristicAnalyzerValueError
20
from macaron.util import download_file_with_size_limit
21
22
logger: logging.Logger = logging.getLogger(__name__)
0 commit comments