Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an add-on pipeline for collecting dwarfs from elfs #1068

Merged
merged 15 commits into from
Feb 19, 2024
Prev Previous commit
Next Next commit
Correct reference in builtin-pipelines.rst
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
  • Loading branch information
TG1999 committed Feb 19, 2024
commit b1416a458a3c146141543fd3e4ee214237b8f84d
2 changes: 1 addition & 1 deletion docs/built-in-pipelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Find Vulnerabilities (addon)

Inspect ELF Binaries
--------------------
.. autoclass:: scanpipe.pipelines.inspect_elf_binaries.InspectElfBinaries()
.. autoclass:: scanpipe.pipelines.inspect_elf_binaries.InspectELFBinaries()
:members:
:member-order: bysource

Expand Down
Loading