Newly introduced findings

List of Findings

Error: CLIPPY_WARNING: [#def1]
crates/ostree-ext/src/container/store.rs:1283:30: warning: this `map_or` can be simplified
#       |
#  1283 |             should_relabel = sepolicy.name().map_or(false, |s| !s.is_empty());
#       |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#       |
#       = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.94.0/index.html#unnecessary_map_or
#       = note: `#[warn(clippy::unnecessary_map_or)]` on by default
#  help: use is_some_and instead
#       |
#  1283 -             should_relabel = sepolicy.name().map_or(false, |s| !s.is_empty());
#  1283 +             should_relabel = sepolicy.name().is_some_and(|s| !s.is_empty());
#       |

Scan Properties

analyzer-version-clippy1.94.0
analyzer-version-cppcheck2.20.0
analyzer-version-gcc16.0.1
analyzer-version-gcc-analyzer16.0.1
analyzer-version-shellcheck0.11.0
analyzer-version-unicontrol0.0.2
diffbase-analyzer-version-clippy1.94.0
diffbase-analyzer-version-cppcheck2.20.0
diffbase-analyzer-version-gcc16.0.1
diffbase-analyzer-version-gcc-analyzer16.0.1
diffbase-analyzer-version-shellcheck0.11.0
diffbase-analyzer-version-unicontrol0.0.2
diffbase-enabled-pluginsclippy, cppcheck, gcc, shellcheck, unicontrol
diffbase-exit-code0
diffbase-hostip-172-16-1-129.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.20260320.200800.gd35503f.main-1.el9.noarch
diffbase-mock-configfedora-rawhide-x86_64
diffbase-project-namebootc-202603231537.gadab93ef1c-1
diffbase-store-results-to/tmp/tmpdgxjdqdq/bootc-202603231537.gadab93ef1c-1.tar.xz
diffbase-time-created2026-03-24 14:34:47
diffbase-time-finished2026-03-24 14:58:32
diffbase-toolcsmock
diffbase-tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'cppcheck,gcc,shellcheck,clippy,unicontrol' '-o' '/tmp/tmpdgxjdqdq/bootc-202603231537.gadab93ef1c-1.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '/tmp/tmpdgxjdqdq/bootc-202603231537.gadab93ef1c-1.src.rpm'
diffbase-tool-versioncsmock-3.8.4.20260302.153719.g8203630-1.el9
enabled-pluginsclippy, cppcheck, gcc, shellcheck, unicontrol
exit-code0
hostip-172-16-1-129.us-west-2.compute.internal
known-false-positives/usr/share/csmock/known-false-positives.js
known-false-positives-rpmknown-false-positives-0.0.0.20260320.200800.gd35503f.main-1.el9.noarch
mock-configfedora-rawhide-x86_64
project-namebootc-202603241338.gdfab7b78e0-1
store-results-to/tmp/tmpmbec73wr/bootc-202603241338.gdfab7b78e0-1.tar.xz
time-created2026-03-24 14:59:02
time-finished2026-03-24 15:22:08
titleNewly introduced findings
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'cppcheck,gcc,shellcheck,clippy,unicontrol' '-o' '/tmp/tmpmbec73wr/bootc-202603241338.gdfab7b78e0-1.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '/tmp/tmpmbec73wr/bootc-202603241338.gdfab7b78e0-1.src.rpm'
tool-versioncsmock-3.8.4.20260302.153719.g8203630-1.el9