What's Changed * Prevented symlink errors from preventing processing of adjacent files by akenion in https://github.com/wordfence/wordfence-cli/pull/217 * Added `allow-io-errors` option for `vuln-scan` and `count-sites` subcommands by akenion in https://github.com/wordfence/wordfence-cli/pull/219 * Added flag to only output unremediated paths by akenion in https://github.com/wordfence/wordfence-cli/pull/220
What's Changed * Removed unsafe optimization that prevented some sites from being detected for vuln-scan and count-sites by akenion in https://github.com/wordfence/wordfence-cli/pull/212 * Replaced OS error codes with values from errno module for consistency across operating systems by akenion in https://github.com/wordfence/wordfence-cli/pull/213 * Adjusted extended descriptions in help output by akenion in https://github.com/wordfence/wordfence-cli/pull/214 * Added support for scanning/counting nested WordPress installations by akenion in https://github.com/wordfence/wordfence-cli/pull/215 * Updated config definitions to enable setting allow_nested in INI files as well as on the command line by akenion in https://github.com/wordfence/wordfence-cli/pull/216
What's Changed * Fix for RPM missing from release by briandefiant in https://github.com/wordfence/wordfence-cli/pull/205 * Added count-sites subcommand modules to pyinstaller hidden imports by akenion in https://github.com/wordfence/wordfence-cli/pull/206 * Further improved symlink handling for malware scans by akenion in https://github.com/wordfence/wordfence-cli/pull/208 * Fixed issue with file identification of intermediate paths and improved help output for remediate by akenion in https://github.com/wordfence/wordfence-cli/pull/209 * Added usage example to count-sites subcommand by akenion in https://github.com/wordfence/wordfence-cli/pull/210
What's Changed * Further adjustments to automated remediation by akenion in https://github.com/wordfence/wordfence-cli/pull/203 * Added count-sites subcommand by akenion in https://github.com/wordfence/wordfence-cli/pull/204 * Add RPM package by briandefiant in https://github.com/wordfence/wordfence-cli/pull/201
What's Changed * Added support for remediating directories and more output columns, ensured relative paths are resolved prior to identification by akenion in https://github.com/wordfence/wordfence-cli/pull/200