Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/reait/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,9 @@ def RE_analyse(
symbols: dict = None,
debug_fpath: str = None,
skip_scraping: bool = False,
skip_capabilities: bool = False,
skip_sbom: bool = False,
advanced_analysis: bool = False
) -> Response:
"""
Start analysis job for binary file
Expand Down Expand Up @@ -302,6 +305,9 @@ def RE_analyse(
"priority",
"symbols",
"skip_scraping",
"skip_capabilities",
"skip_sbom",
"advanced_analysis"
):
p_value = locals()[p_name]

Expand Down