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
5252
5353.. _pipeline_inspect_packages :
5454
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+
5563Inspect Packages
5664----------------
5765.. 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:
3939 use the :ref: `inspect_packages <pipeline_inspect_packages >` pipeline.
4040- For scenarios involving both a **development and deployment codebase **, consider using
4141 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.
4244
4345These pipelines will automatically execute the necessary steps to scan and create the
4446packages, dependencies, and resources for your project based on the input data provided.
You can’t perform that action at this time.
0 commit comments