Skip GPG and cryptographic tools (interactive prompts)
Add gpg, gpg2, gpg-agent, ssh-keygen, openssl to SKIP_LIST. These tools have interactive prompts that block fuzzing test. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
68f7483be4
commit
030118d691
1 changed files with 3 additions and 0 deletions
|
|
@ -36,6 +36,9 @@ SKIP_NAMES=(
|
|||
# Editors
|
||||
vi vim nvim nano emacs ed
|
||||
|
||||
# Cryptographic tools (interactive prompts)
|
||||
gpg gpg2 gpg-agent ssh-keygen openssl
|
||||
|
||||
# Cloud tools
|
||||
aws gcloud kubectl docker podman
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue