Error: SHELLCHECK_WARNING (CWE-138): [#def1] /usr/libexec/anaconda/webui-desktop:175:46: error[SC2145]: Argument mixes string and array. Use * or separate argument. # 173| if [[ "${DEFAULT_BROWSER_CMD}" == "firefox" ]]; then # 174| eval "$(prepare_firefox_cmd "$INSTALLER_USER")" # 175|-> echo "Using Firefox browser command: ${BROWSER[@]}" >&2 # 176| elif [[ "${DEFAULT_BROWSER_CMD}" == "slitherer" ]]; then # 177| # FIXME: Launch slitherer as Xwayland app to address the dropdown-autoclose issue Error: SHELLCHECK_WARNING (CWE-140): [#def2] /usr/libexec/anaconda/webui-desktop:179:38: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a. # 177| # FIXME: Launch slitherer as Xwayland app to address the dropdown-autoclose issue # 178| # Related to: https://bugzilla.redhat.com/show_bug.cgi?id=2404424 # 179|-> BROWSER=(QT_QPA_PLATFORM=xcb ${DEFAULT_BROWSER_CMD}) # 180| echo "Using Slitherer browser command with XWayland workaround: ${BROWSER[@]}" >&2 # 181| else Error: SHELLCHECK_WARNING (CWE-138): [#def3] /usr/libexec/anaconda/webui-desktop:180:73: error[SC2145]: Argument mixes string and array. Use * or separate argument. # 178| # Related to: https://bugzilla.redhat.com/show_bug.cgi?id=2404424 # 179| BROWSER=(QT_QPA_PLATFORM=xcb ${DEFAULT_BROWSER_CMD}) # 180|-> echo "Using Slitherer browser command with XWayland workaround: ${BROWSER[@]}" >&2 # 181| else # 182| BROWSER=(${DEFAULT_BROWSER_CMD}) Error: SHELLCHECK_WARNING (CWE-140): [#def4] /usr/libexec/anaconda/webui-desktop:182:18: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a. # 180| echo "Using Slitherer browser command with XWayland workaround: ${BROWSER[@]}" >&2 # 181| else # 182|-> BROWSER=(${DEFAULT_BROWSER_CMD}) # 183| echo "Using default browser command: ${BROWSER[@]}" >&2 # 184| fi Error: SHELLCHECK_WARNING (CWE-138): [#def5] /usr/libexec/anaconda/webui-desktop:183:46: error[SC2145]: Argument mixes string and array. Use * or separate argument. # 181| else # 182| BROWSER=(${DEFAULT_BROWSER_CMD}) # 183|-> echo "Using default browser command: ${BROWSER[@]}" >&2 # 184| fi # 185|
| analyzer-version-clippy | 1.93.0 |
| analyzer-version-cppcheck | 2.19.1 |
| analyzer-version-gcc | 16.0.1 |
| analyzer-version-gcc-analyzer | 16.0.1 |
| 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-117.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.20260119.105402.g7a5be1b.main-1.el9.noarch |
| mock-config | fedora-rawhide-x86_64 |
| project-name | anaconda-webui-64-1.20260205105538317864.main.10.g2c46f8df |
| store-results-to | /tmp/tmpqddty_kn/anaconda-webui-64-1.20260205105538317864.main.10.g2c46f8df.tar.xz |
| time-created | 2026-02-05 11:09:31 |
| time-finished | 2026-02-05 11:11:14 |
| tool | csmock |
| tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'cppcheck,unicontrol,shellcheck,gcc,clippy' '-o' '/tmp/tmpqddty_kn/anaconda-webui-64-1.20260205105538317864.main.10.g2c46f8df.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '/tmp/tmpqddty_kn/anaconda-webui-64-1.20260205105538317864.main.10.g2c46f8df.src.rpm' |
| tool-version | csmock-3.8.3.20260128.181932.g41af877-1.el9 |