Skip to content

Conversation

michalsn
Copy link
Member

Description
This PR fixes a bug in the valid_base64 validation rule that caused a TypeError when checking invalid base64 strings.

Fixes #9732

Checklist:

  • Securely signed commits
  • Component(s) with PHPDoc blocks, only if necessary or adds value (without duplication)
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

@michalsn michalsn added the bug Verified issues on the current code behavior or pull requests that will fix them label Sep 30, 2025
@michalsn michalsn merged commit a022c90 into codeigniter4:develop Oct 1, 2025
50 checks passed
@michalsn
Copy link
Member Author

michalsn commented Oct 1, 2025

Thank you @samsonasik and @paulbalandan

@michalsn michalsn deleted the fix/base64-validation branch October 1, 2025 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Verified issues on the current code behavior or pull requests that will fix them

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: [Validation] TypeError in valid_base64 rule when checking invalid base64 strings

3 participants