Fixed findings

List of Findings

Error: SHELLCHECK_WARNING (CWE-571): [#def1]
/usr/share/podman/test/system/220-healthcheck.bats:375:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
#  373|   
#  374|   @test "podman healthcheck --health-max-log-size 10" {
#  375|->     local msg="healthmsg-$(random_string)"
#  376|       local ctrname="c-h-$(safename)"
#  377|       _create_container_with_health_log_settings $ctrname $msg "{{.Config.HealthMaxLogSize}}" "--health-max-log-size 10" "10" "HealthMaxLogSize"

Error: SHELLCHECK_WARNING (CWE-571): [#def2]
/usr/share/podman/test/system/220-healthcheck.bats:391:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
#  389|       local s=$(printf "healthmsg-%1000s")
#  390|       local long_msg=${s// /$(random_string)}
#  391|->     local ctrname="c-h-$(safename)"
#  392|       _create_container_with_health_log_settings $ctrname $long_msg "{{.Config.HealthMaxLogSize}}" "--health-max-log-size 0" "0" "HealthMaxLogSize"
#  393|   

Error: SHELLCHECK_WARNING (CWE-571): [#def3]
/usr/share/podman/test/system/220-healthcheck.bats:405:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
#  403|   
#  404|   @test "podman healthcheck --health-max-log-size default value (500)" {
#  405|->     local s=$(printf "healthmsg-%1000s")
#  406|       local long_msg=${s// /$(random_string)}
#  407|       local ctrname="c-h-$(safename)"

Error: SHELLCHECK_WARNING (CWE-398): [#def4]
/usr/share/podman/test/system/220-healthcheck.bats:405:22: warning[SC2183]: This format string has 1 variable, but is passed 0 argument.
#  403|   
#  404|   @test "podman healthcheck --health-max-log-size default value (500)" {
#  405|->     local s=$(printf "healthmsg-%1000s")
#  406|       local long_msg=${s// /$(random_string)}
#  407|       local ctrname="c-h-$(safename)"

Error: SHELLCHECK_WARNING (CWE-571): [#def5]
/usr/share/podman/test/system/220-healthcheck.bats:407:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
#  405|       local s=$(printf "healthmsg-%1000s")
#  406|       local long_msg=${s// /$(random_string)}
#  407|->     local ctrname="c-h-$(safename)"
#  408|       _create_container_with_health_log_settings $ctrname $long_msg "{{.Config.HealthMaxLogSize}}" "" "500" "HealthMaxLogSize is the expected default"
#  409|   

Error: SHELLCHECK_WARNING (CWE-571): [#def6]
/usr/share/podman/test/system/220-healthcheck.bats:423:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
#  421|       local TMP_DIR_HEALTHCHECK="$PODMAN_TMPDIR/healthcheck"
#  422|       mkdir $TMP_DIR_HEALTHCHECK
#  423|->     local ctrname="c-h-$(safename)"
#  424|       local msg="healthmsg-$(random_string)"
#  425|       _create_container_with_health_log_settings $ctrname $msg "{{.Config.HealthLogDestination}}" "--health-log-destination $TMP_DIR_HEALTHCHECK" "$TMP_DIR_HEALTHCHECK" "HealthLogDestination"

Error: SHELLCHECK_WARNING (CWE-571): [#def7]
/usr/share/podman/test/system/220-healthcheck.bats:424:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
#  422|       mkdir $TMP_DIR_HEALTHCHECK
#  423|       local ctrname="c-h-$(safename)"
#  424|->     local msg="healthmsg-$(random_string)"
#  425|       _create_container_with_health_log_settings $ctrname $msg "{{.Config.HealthLogDestination}}" "--health-log-destination $TMP_DIR_HEALTHCHECK" "$TMP_DIR_HEALTHCHECK" "HealthLogDestination"
#  426|       cid="$output"

Error: SHELLCHECK_WARNING (CWE-571): [#def8]
/usr/share/podman/test/system/220-healthcheck.bats:447:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
#  445|       skip_if_journald_unavailable
#  446|   
#  447|->     local ctrname="c-h-$(safename)"
#  448|       local msg="healthmsg-$(random_string)"
#  449|       _create_container_with_health_log_settings $ctrname $msg "{{.Config.HealthLogDestination}}" "--health-log-destination events_logger" "events_logger" "HealthLogDestination"

Error: SHELLCHECK_WARNING (CWE-571): [#def9]
/usr/share/podman/test/system/220-healthcheck.bats:448:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
#  446|   
#  447|       local ctrname="c-h-$(safename)"
#  448|->     local msg="healthmsg-$(random_string)"
#  449|       _create_container_with_health_log_settings $ctrname $msg "{{.Config.HealthLogDestination}}" "--health-log-destination events_logger" "events_logger" "HealthLogDestination"
#  450|       cid="$output"

Error: COMPILER_WARNING: [#def10] [important]
podman-5.4.1/libpod/not-int-const:2:67: error[error]: invalid operands to binary * (have 'void (*)(int)' and 'int')

Error: COMPILER_WARNING: [#def11] [important]
podman-5.4.1/libpod/not-int-const:3:68: error[error]: invalid operands to binary * (have 'void (*)(void)' and 'int')

Error: COMPILER_WARNING: [#def12] [important]
podman-5.4.1/libpod/not-int-const:6:64: error[error]: invalid operands to binary * (have 'void (*)(int,  char *)' and 'int')

Error: COMPILER_WARNING: [#def13] [important]
podman-5.4.1/libpod/not-int-const:7:66: error[error]: invalid operands to binary * (have 'void (*)(void)' and 'int')

Error: COMPILER_WARNING: [#def14] [important]
podman-5.4.1/libpod/not-num-const:2:67: error[error]: incompatible types when initializing type 'double' using type 'void (*)(int)'

Error: COMPILER_WARNING: [#def15] [important]
podman-5.4.1/libpod/not-num-const:3:67: error[error]: incompatible types when initializing type 'double' using type 'void (*)(void)'

Error: COMPILER_WARNING: [#def16] [important]
podman-5.4.1/libpod/not-num-const:6:67: error[error]: incompatible types when initializing type 'double' using type 'void (*)(int,  char *)'

Error: COMPILER_WARNING: [#def17] [important]
podman-5.4.1/libpod/not-num-const:7:67: error[error]: incompatible types when initializing type 'double' using type 'void (*)(void)'

Error: COMPILER_WARNING: [#def18] [important]
podman-5.4.1/pkg/rootless/not-int-const:7:71: error[error]: invalid operands to binary * (have 'int (*)(int)' and 'int')

Error: COMPILER_WARNING: [#def19] [important]
podman-5.4.1/pkg/rootless/not-int-const:9:80: error[error]: invalid operands to binary * (have 'int (*)(int,  char *)' and 'int')

Error: COMPILER_WARNING: [#def20] [important]
podman-5.4.1/pkg/rootless/not-int-const:10:86: error[error]: invalid operands to binary * (have 'int (*)(int,  int)' and 'int')

Error: COMPILER_WARNING: [#def21] [important]
podman-5.4.1/pkg/rootless/not-int-const:11:75: error[error]: invalid operands to binary * (have 'int (*)(int,  char *)' and 'int')

Error: COMPILER_WARNING: [#def22] [important]
podman-5.4.1/pkg/rootless/not-int-const:12:69: error[error]: invalid operands to binary * (have 'uid_t (*)(void)' {{aka 'unsigned int (*)(void)'}} and 'int')

Error: COMPILER_WARNING: [#def23] [important]
podman-5.4.1/pkg/rootless/not-int-const:13:69: error[error]: invalid operands to binary * (have 'uid_t (*)(void)' {{aka 'unsigned int (*)(void)'}} and 'int')

Error: COMPILER_WARNING: [#def24] [important]
podman-5.4.1/pkg/rootless/not-num-const:7:67: error[error]: incompatible types when initializing type 'double' using type 'int (*)(int)'

Error: COMPILER_WARNING: [#def25] [important]
podman-5.4.1/pkg/rootless/not-num-const:9:67: error[error]: incompatible types when initializing type 'double' using type 'int (*)(int,  char *)'

Error: COMPILER_WARNING: [#def26] [important]
podman-5.4.1/pkg/rootless/not-num-const:10:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(int,  int)'

Error: COMPILER_WARNING: [#def27] [important]
podman-5.4.1/pkg/rootless/not-num-const:11:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(int,  char *)'

Error: COMPILER_WARNING: [#def28] [important]
podman-5.4.1/pkg/rootless/not-num-const:12:68: error[error]: incompatible types when initializing type 'double' using type 'uid_t (*)(void)' {{aka 'unsigned int (*)(void)'}}

Error: COMPILER_WARNING: [#def29] [important]
podman-5.4.1/pkg/rootless/not-num-const:13:68: error[error]: incompatible types when initializing type 'double' using type 'uid_t (*)(void)' {{aka 'unsigned int (*)(void)'}}

Error: COMPILER_WARNING: [#def30] [important]
podman-5.4.1/vendor/github.com/containers/storage/pkg/idtools/not-int-const:3:65: error[error]: invalid operands to binary * (have 'struct subid_range (*)(struct subid_range *, int)' and 'int')

Error: COMPILER_WARNING: [#def31] [important]
podman-5.4.1/vendor/github.com/containers/storage/pkg/idtools/not-int-const:5:76: error[error]: invalid operands to binary * (have 'int (*)(const char *, struct subid_range **)' and 'int')

Error: COMPILER_WARNING: [#def32] [important]
podman-5.4.1/vendor/github.com/containers/storage/pkg/idtools/not-int-const:6:76: error[error]: invalid operands to binary * (have 'int (*)(const char *, struct subid_range **)' and 'int')

Error: COMPILER_WARNING: [#def33] [important]
podman-5.4.1/vendor/github.com/containers/storage/pkg/idtools/not-num-const:3:67: error[error]: incompatible types when initializing type 'double' using type 'struct subid_range (*)(struct subid_range *, int)'

Error: COMPILER_WARNING: [#def34] [important]
podman-5.4.1/vendor/github.com/containers/storage/pkg/idtools/not-num-const:5:67: error[error]: incompatible types when initializing type 'double' using type 'int (*)(const char *, struct subid_range **)'

Error: COMPILER_WARNING: [#def35] [important]
podman-5.4.1/vendor/github.com/containers/storage/pkg/idtools/not-num-const:6:67: error[error]: incompatible types when initializing type 'double' using type 'int (*)(const char *, struct subid_range **)'

Error: COMPILER_WARNING: [#def36] [important]
podman-5.4.1/vendor/github.com/coreos/go-systemd/v22/internal/dlopen/not-int-const:3:65: error[error]: invalid operands to binary * (have 'int (*)(void *, const char *)' and 'int')

Error: COMPILER_WARNING: [#def37] [important]
podman-5.4.1/vendor/github.com/coreos/go-systemd/v22/internal/dlopen/not-num-const:3:67: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, const char *)'

Error: COMPILER_WARNING: [#def38] [important]
podman-5.4.1/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:1:63: error[error]: invalid operands to binary * (have 'char * (*)(_GoString_)' and 'int')

Error: COMPILER_WARNING: [#def39] [important]
podman-5.4.1/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:1:67: error[error]: incompatible types when initializing type 'double' using type 'char * (*)(_GoString_)'

Error: COMPILER_WARNING: [#def40] [important]
podman-5.4.1/vendor/github.com/mattn/go-sqlite3/completed:1:16: error[error]: '__cgo__2' undeclared here (not in a function); did you mean '__cgo__1'?

Error: COMPILER_WARNING: [#def41] [important]
podman-5.4.1/vendor/github.com/mattn/go-sqlite3/not-int-const:1:63: error[error]: invalid operands to binary * (have 'char * (*)(_GoString_)' and 'int')

Error: COMPILER_WARNING: [#def42] [important]
podman-5.4.1/vendor/github.com/mattn/go-sqlite3/not-int-const:3:70: error[error]: invalid operands to binary * (have 'const char * (*)(int)' and 'int')

Error: COMPILER_WARNING: [#def43] [important]
podman-5.4.1/vendor/github.com/mattn/go-sqlite3/not-int-const:5:77: error[error]: invalid operands to binary * (have 'int (*)(sqlite3_backup *)' and 'int')

Error: COMPILER_WARNING: [#def44] [important]
podman-5.4.1/vendor/github.com/mattn/go-sqlite3/not-int-const:6:75: error[error]: invalid operands to binary * (have 'sqlite3_backup * (*)(sqlite3 *, const char *, sqlite3 *, const char *)' and 'int')

Error: COMPILER_WARNING: [#def45] [important]
podman-5.4.1/vendor/github.com/mattn/go-sqlite3/not-int-const:7:80: error[error]: invalid operands to binary * (have 'int (*)(sqlite3_backup *)' and 'int')

Error: COMPILER_WARNING: [#def46] [important]
podman-5.4.1/vendor/github.com/mattn/go-sqlite3/not-int-const:8:80: error[error]: invalid operands to binary * (have 'int (*)(sqlite3_backup *)' and 'int')

Error: COMPILER_WARNING: [#def47] [important]
podman-5.4.1/vendor/github.com/mattn/go-sqlite3/not-int-const:9:75: error[error]: invalid operands to binary * (have 'int (*)(sqlite3_backup *, int)' and 'int')

Error: COMPILER_WARNING: [#def48] [important]
podman-5.4.1/vendor/github.com/mattn/go-sqlite3/not-num-const:1:67: error[error]: incompatible types when initializing type 'double' using type 'char * (*)(_GoString_)'

Error: COMPILER_WARNING: [#def49] [important]
podman-5.4.1/vendor/github.com/mattn/go-sqlite3/not-num-const:3:67: error[error]: incompatible types when initializing type 'double' using type 'const char * (*)(int)'

Error: COMPILER_WARNING: [#def50] [important]
podman-5.4.1/vendor/github.com/mattn/go-sqlite3/not-num-const:5:67: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3_backup *)'

Error: COMPILER_WARNING: [#def51] [important]
podman-5.4.1/vendor/github.com/mattn/go-sqlite3/not-num-const:6:67: error[error]: incompatible types when initializing type 'double' using type 'sqlite3_backup * (*)(sqlite3 *, const char *, sqlite3 *, const char *)'

Error: COMPILER_WARNING: [#def52] [important]
podman-5.4.1/vendor/github.com/mattn/go-sqlite3/not-num-const:7:67: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3_backup *)'

Error: COMPILER_WARNING: [#def53] [important]
podman-5.4.1/vendor/github.com/mattn/go-sqlite3/not-num-const:8:67: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3_backup *)'

Error: COMPILER_WARNING: [#def54] [important]
podman-5.4.1/vendor/github.com/mattn/go-sqlite3/not-num-const:9:67: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3_backup *, int)'

Error: COMPILER_WARNING: [#def55] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/completed:1:16: error[error]: '__cgo__2' undeclared here (not in a function); did you mean '__cgo__1'?

Error: COMPILER_WARNING: [#def56] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-int-const:1:63: error[error]: invalid operands to binary * (have 'char * (*)(_GoString_)' and 'int')

Error: COMPILER_WARNING: [#def57] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-int-const:20:72: error[error]: invalid operands to binary * (have 'void (*)(void *)' and 'int')

Error: COMPILER_WARNING: [#def58] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-int-const:46:62: error[error]: invalid type argument of unary '*' (have 'int')

Error: COMPILER_WARNING: [#def59] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-int-const:47:62: error[error]: invalid type argument of unary '*' (have 'int')

Error: COMPILER_WARNING: [#def60] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-int-const:48:62: error[error]: invalid type argument of unary '*' (have 'int')

Error: COMPILER_WARNING: [#def61] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-int-const:49:67: error[error]: invalid type argument of unary '*' (have 'int')

Error: COMPILER_WARNING: [#def62] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-int-const:50:67: error[error]: invalid type argument of unary '*' (have 'int')

Error: COMPILER_WARNING: [#def63] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-int-const:52:61: error[error]: invalid operands to binary * (have 'void (*)(void *)' and 'int')

Error: COMPILER_WARNING: [#def64] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-int-const:56:60: error[error]: invalid type argument of unary '*' (have 'int')

Error: COMPILER_WARNING: [#def65] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-int-const:58:68: error[error]: invalid type argument of unary '*' (have 'int')

Error: COMPILER_WARNING: [#def66] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-int-const:59:69: error[error]: invalid type argument of unary '*' (have 'int')

Error: COMPILER_WARNING: [#def67] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-int-const:60:72: error[error]: invalid type argument of unary '*' (have 'int')

Error: COMPILER_WARNING: [#def68] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-int-const:73:69: error[error]: invalid type argument of unary '*' (have 'int')

Error: COMPILER_WARNING: [#def69] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-int-const:74:65: error[error]: invalid type argument of unary '*' (have 'int')

Error: COMPILER_WARNING: [#def70] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-int-const:75:65: error[error]: invalid type argument of unary '*' (have 'int')

Error: COMPILER_WARNING: [#def71] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-num-const:1:67: error[error]: incompatible types when initializing type 'double' using type 'char * (*)(_GoString_)'

Error: COMPILER_WARNING: [#def72] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-num-const:20:68: error[error]: incompatible types when initializing type 'double' using type 'void (*)(void *)'

Error: COMPILER_WARNING: [#def73] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-num-const:46:75: error[error]: expected expression before ';' token

Error: COMPILER_WARNING: [#def74] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-num-const:47:75: error[error]: expected expression before ';' token

Error: COMPILER_WARNING: [#def75] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-num-const:48:75: error[error]: expected expression before ';' token

Error: COMPILER_WARNING: [#def76] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-num-const:49:80: error[error]: expected expression before ';' token

Error: COMPILER_WARNING: [#def77] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-num-const:50:80: error[error]: expected expression before ';' token

Error: COMPILER_WARNING: [#def78] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-num-const:52:68: error[error]: incompatible types when initializing type 'double' using type 'void (*)(void *)'

Error: COMPILER_WARNING: [#def79] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-num-const:56:73: error[error]: expected expression before ';' token

Error: COMPILER_WARNING: [#def80] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-num-const:58:81: error[error]: expected expression before ';' token

Error: COMPILER_WARNING: [#def81] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-num-const:59:82: error[error]: expected expression before ';' token

Error: COMPILER_WARNING: [#def82] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-num-const:60:85: error[error]: expected expression before ';' token

Error: COMPILER_WARNING: [#def83] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-num-const:73:82: error[error]: expected expression before ';' token

Error: COMPILER_WARNING: [#def84] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-num-const:74:78: error[error]: expected expression before ';' token

Error: COMPILER_WARNING: [#def85] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-num-const:75:78: error[error]: expected expression before ';' token

Error: COMPILER_WARNING: [#def86] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:46:75: error[error]: expected expression before ';' token

Error: COMPILER_WARNING: [#def87] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:47:75: error[error]: expected expression before ';' token

Error: COMPILER_WARNING: [#def88] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:48:75: error[error]: expected expression before ';' token

Error: COMPILER_WARNING: [#def89] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:49:80: error[error]: expected expression before ';' token

Error: COMPILER_WARNING: [#def90] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:50:80: error[error]: expected expression before ';' token

Error: COMPILER_WARNING: [#def91] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:56:73: error[error]: expected expression before ';' token

Error: COMPILER_WARNING: [#def92] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:58:81: error[error]: expected expression before ';' token

Error: COMPILER_WARNING: [#def93] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:59:82: error[error]: expected expression before ';' token

Error: COMPILER_WARNING: [#def94] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:60:85: error[error]: expected expression before ';' token

Error: COMPILER_WARNING: [#def95] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:73:82: error[error]: expected expression before ';' token

Error: COMPILER_WARNING: [#def96] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:74:78: error[error]: expected expression before ';' token

Error: COMPILER_WARNING: [#def97] [important]
podman-5.4.1/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:75:78: error[error]: expected expression before ';' token

Scan Properties

analyzer-version-clippy1.86.0
analyzer-version-cppcheck2.17.1
analyzer-version-gcc15.0.1
analyzer-version-gcc-analyzer15.0.1
analyzer-version-shellcheck0.10.0
analyzer-version-unicontrol0.0.2
diffbase-analyzer-version-clippy1.86.0
diffbase-analyzer-version-cppcheck2.17.1
diffbase-analyzer-version-gcc15.0.1
diffbase-analyzer-version-gcc-analyzer15.0.1
diffbase-analyzer-version-shellcheck0.10.0
diffbase-analyzer-version-unicontrol0.0.2
diffbase-enabled-pluginsclippy, cppcheck, gcc, shellcheck, unicontrol
diffbase-exit-code0
diffbase-hostip-172-16-1-113.us-west-2.compute.internal
diffbase-known-false-positives/usr/share/csmock/known-false-positives.js
diffbase-known-false-positives-rpmknown-false-positives-0.0.0.20250425.124705.g1c7c448.main-1.el9.noarch
diffbase-mock-configfedora-rawhide-x86_64
diffbase-project-namepodman-5.4.2-1.fc43
diffbase-store-results-to/tmp/tmp443utyrz/podman-5.4.2-1.fc43.tar.xz
diffbase-time-created2025-04-25 15:15:48
diffbase-time-finished2025-04-25 15:28:42
diffbase-toolcsmock
diffbase-tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'unicontrol,cppcheck,gcc,clippy,shellcheck' '-o' '/tmp/tmp443utyrz/podman-5.4.2-1.fc43.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmp443utyrz/podman-5.4.2-1.fc43.src.rpm'
diffbase-tool-versioncsmock-3.8.1.20250422.172604.g26bc3d6-1.el9
enabled-pluginsclippy, cppcheck, gcc, shellcheck, unicontrol
exit-code0
hostip-172-16-1-113.us-west-2.compute.internal
known-false-positives/usr/share/csmock/known-false-positives.js
known-false-positives-rpmknown-false-positives-0.0.0.20250425.124705.g1c7c448.main-1.el9.noarch
mock-configfedora-rawhide-x86_64
project-namepodman-5.4.1-1.fc42
store-results-to/tmp/tmpxfntouax/podman-5.4.1-1.fc42.tar.xz
time-created2025-04-25 15:02:03
time-finished2025-04-25 15:15:18
titleFixed findings
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'unicontrol,cppcheck,gcc,clippy,shellcheck' '-o' '/tmp/tmpxfntouax/podman-5.4.1-1.fc42.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpxfntouax/podman-5.4.1-1.fc42.src.rpm'
tool-versioncsmock-3.8.1.20250422.172604.g26bc3d6-1.el9