moonming commented on PR #2084: URL: https://github.com/apache/apisix-website/pull/2084#issuecomment-5101513894
Independent audit completed: - HIGH: none. - MEDIUM: the initial find command could match non-regular files and could mask a find error inside test command substitution. - Resolution: commit fa75e87ae adds -type f and assigns the find result before asserting it, so find errors propagate under set -e and an empty result still fails. - Verification: positive nested file, empty blog tree, and find-error paths all behave as intended; the repository pre-commit hook also passes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
