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 @@ -52,6 +52,14 @@ Find Vulnerabilities
52
52
53
53
.. _pipeline_inspect_packages :
54
54
55
+ Inspect Elf Binaries
56
+ ---------------------
57
+ .. autoclass :: scanpipe.pipelines.inspect_elf_binaries.InspectElfBinaries()
58
+ :members:
59
+ :member-order: bysource
60
+
61
+ .. _pipeline_inspect_elf :
62
+
55
63
Inspect Packages
56
64
----------------
57
65
.. autoclass :: scanpipe.pipelines.inspect_packages.InspectPackages()
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ Here are some general guidelines based on different input scenarios:
39
39
use the :ref: `inspect_packages <pipeline_inspect_packages >` pipeline.
40
40
- For scenarios involving both a **development and deployment codebase **, consider using
41
41
the :ref: `map_deploy_to_develop <pipeline_map_deploy_to_develop >` pipeline.
42
+ - For getting the DWARF debug symbol compilation unit paths when available from an elf binary.
43
+ use the :ref: `inspect_elf_binaries <pipeline_inspect_elf >` pipeline.
42
44
43
45
These pipelines will automatically execute the necessary steps to scan and create the
44
46
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