File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,14 @@ Find Vulnerabilities (addon)
58
58
59
59
.. _pipeline_inspect_packages :
60
60
61
+ Inspect Elf Binaries
62
+ ---------------------
63
+ .. autoclass :: scanpipe.pipelines.inspect_elf_binaries.InspectElfBinaries()
64
+ :members:
65
+ :member-order: bysource
66
+
67
+ .. _pipeline_inspect_elf :
68
+
61
69
Inspect Packages
62
70
----------------
63
71
.. autoclass :: scanpipe.pipelines.inspect_packages.InspectPackages()
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ Here are some general guidelines based on different input scenarios:
48
48
:ref: `inspect_packages <pipeline_inspect_packages >` pipeline.
49
49
- For scenarios involving both a **development and deployment codebase **, consider using
50
50
the :ref: `map_deploy_to_develop <pipeline_map_deploy_to_develop >` pipeline.
51
+ - For getting the DWARF debug symbol compilation unit paths when available from an elf binary.
52
+ use the :ref: `inspect_elf_binaries <pipeline_inspect_elf >` pipeline.
51
53
52
54
These pipelines will automatically execute the necessary steps to scan and create the
53
55
packages, dependencies, and resources for your project based on the input data provided.
You can’t perform that action at this time.
0 commit comments