Error: SHELLCHECK_WARNING (CWE-138): [#def1] /usr/libexec/anaconda/webui-desktop:176:46: error[SC2145]: Argument mixes string and array. Use * or separate argument. # 174| if [[ "${DEFAULT_BROWSER_CMD}" == "firefox" ]]; then # 175| eval "$(prepare_firefox_cmd "$INSTALLER_USER")" # 176|-> echo "Using Firefox browser command: ${BROWSER[@]}" >&2 # 177| elif [[ "${DEFAULT_BROWSER_CMD}" == "slitherer" ]]; then # 178| # FIXME: Launch slitherer as Xwayland app to address the dropdown-autoclose issue Error: SHELLCHECK_WARNING (CWE-140): [#def2] /usr/libexec/anaconda/webui-desktop:180:38: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a. # 178| # FIXME: Launch slitherer as Xwayland app to address the dropdown-autoclose issue # 179| # Related to: https://bugzilla.redhat.com/show_bug.cgi?id=2404424 # 180|-> BROWSER=(QT_QPA_PLATFORM=xcb ${DEFAULT_BROWSER_CMD}) # 181| echo "Using Slitherer browser command with XWayland workaround: ${BROWSER[@]}" >&2 # 182| else Error: SHELLCHECK_WARNING (CWE-138): [#def3] /usr/libexec/anaconda/webui-desktop:181:73: error[SC2145]: Argument mixes string and array. Use * or separate argument. # 179| # Related to: https://bugzilla.redhat.com/show_bug.cgi?id=2404424 # 180| BROWSER=(QT_QPA_PLATFORM=xcb ${DEFAULT_BROWSER_CMD}) # 181|-> echo "Using Slitherer browser command with XWayland workaround: ${BROWSER[@]}" >&2 # 182| else # 183| BROWSER=(${DEFAULT_BROWSER_CMD}) Error: SHELLCHECK_WARNING (CWE-140): [#def4] /usr/libexec/anaconda/webui-desktop:183:18: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a. # 181| echo "Using Slitherer browser command with XWayland workaround: ${BROWSER[@]}" >&2 # 182| else # 183|-> BROWSER=(${DEFAULT_BROWSER_CMD}) # 184| echo "Using default browser command: ${BROWSER[@]}" >&2 # 185| fi Error: SHELLCHECK_WARNING (CWE-138): [#def5] /usr/libexec/anaconda/webui-desktop:184:46: error[SC2145]: Argument mixes string and array. Use * or separate argument. # 182| else # 183| BROWSER=(${DEFAULT_BROWSER_CMD}) # 184|-> echo "Using default browser command: ${BROWSER[@]}" >&2 # 185| fi # 186|
| analyzer-version-clippy | 1.92.0 |
| analyzer-version-cppcheck | 2.19.1 |
| analyzer-version-gcc | 16.0.0 |
| analyzer-version-gcc-analyzer | 16.0.0 |
| analyzer-version-shellcheck | 0.11.0 |
| analyzer-version-unicontrol | 0.0.2 |
| enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
| exit-code | 0 |
| host | ip-172-16-1-251.us-west-2.compute.internal |
| known-false-positives | /usr/share/csmock/known-false-positives.js |
| known-false-positives-rpm | known-false-positives-0.0.0.20250521.132812.g8eff701.main-1.el9.noarch |
| mock-config | fedora-rawhide-x86_64 |
| project-name | anaconda-webui-61-1.fc44 |
| store-results-to | /tmp/tmpe3vvtdjk/anaconda-webui-61-1.fc44.tar.xz |
| time-created | 2026-01-08 15:20:15 |
| time-finished | 2026-01-08 15:21:30 |
| tool | csmock |
| tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,clippy,shellcheck,unicontrol' '-o' '/tmp/tmpe3vvtdjk/anaconda-webui-61-1.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpe3vvtdjk/anaconda-webui-61-1.fc44.src.rpm' |
| tool-version | csmock-3.8.3.20251215.161544.g62de9a5-1.el9 |