Skip to content
#

bug-bounty

Here are 166 public repositories matching this topic...

bhutch
bhutch commented Jun 2, 2021

Hello,

When the list of targets is large, axiom-scan may run into problems during merge operations. The cp "glob" could exceed the maximum command size (ARG_MAX).

For example, when merging directories, line 227 may present problems:

        cp -r $tmp/output/* $tmp/merge

Mode set to directory... Merging directories...
/home/axiom/.axiom/interact/axiom-scan: line 227: /usr/bin/cp:

Improve this page

Add a description, image, and links to the bug-bounty topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bug-bounty topic, visit your repo's landing page and select "manage topics."

Learn more