wileyhy
wileyhy
**Describe the bug** Similar bugs: #1416 , #1415 , #1414 , #1413 and #1333 . **Version** Distribution: Fedora 38 ** # `uname -a` > Linux localhost-live 6.2.9-300.fc38.x86_64 https://github.com/CISOfy/lynis/issues/1 SMP PREEMPT_DYNAMIC...
**Describe the bug** ** # `shellcheck -s sh -S warning /usr/bin/lynis` > In /usr/bin/lynis line 1095: > . ${INCLUDEDIR}/helper_${HELPER} ${HELPER_PARAMS} > ^--------------^ SC2240 (warning): The dot command does not support...
**Describe the bug** Similar bugs: #1415 , #1414 , #1413 and #1333 . **Version** Distribution: Fedora 38 ** # `uname -a` > Linux localhost-live 6.2.9-300.fc38.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Mar...
**Describe the bug** When executing `lynis audit system --profile /home/liveuser/OTHERSPROJECTS/lynis/developer.prf` as suggested in 'CONTRIBUTING.md,' this bug halts the program. `set -u` in enabled automatically in "Strict mode." ** # `vim...
While trying to debug a shellcheck issue, SC2240 a number of these "unbound variable" bugs have been halting the program. [lynis-bug-1414-unified-diff.txt](https://github.com/CISOfy/lynis/files/11837225/lynis-bug-1414-unified-diff.txt)
**Describe the bug** Hi, I ran shellcheck on lynis; here is one of the warnings: ** # `shellcheck -S warning "$(command -v lynis)" | head | cat -n` > 2...
In many ways the same changes as those in PR #2559. line 500, remove explanatory comment line 501, remove "shellcheck disable" move line 502 > 500, change unquoted command substitution...
Remove explanatory comment. Remove "shellcheck disable" comment. Add format string ( '%s[%s]...' ) to `printf` command. Add white-space around all 11 variable expansions. Keep the total line count the same...
line 261, Remove explanatory comment. line 262, Remove "shellcheck disable" comment. line 263 > 261, Change an unquoted command substitution containing an `ls` command into a glob expression on the...
# Defect Report ## Issue type - [x] Defect - Unexpected behavior (obvious or confirmed in the GitHub Discussions) ## System information ```sh $ cat /etc/os-release NAME="Fedora Linux" VERSION="38 (Xfce)"...