Task #1830 - osh-1.0.0.20240502.121943.gd5ef190-1.fc38/scan-results.err

back to task #1830
download
Error: SHELLCHECK_WARNING (CWE-140):
/usr/share/bash-completion/completions/osh-cli.bash:143:25: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
#  141|   
#  142|               _osh_cli_complete analyzers
#  143|->             COMPREPLY=( ${COMPREPLY[@]/#/$tmp} )
#  144|   
#  145|               # append ',' if there is only one match