Changes between Initial Version and Version 1 of Ticket #58206, comment 5
- Timestamp:
- 04/27/2023 01:44:36 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58206, comment 5
initial v1 1 1 +1 on these tickets @spacedmonkey! 2 3 Patchers: Be careful of loose checks like `if ( strpos() )` and `if ( ! strpos() )`. These should be evaluated for both `str_contains()` and `str_starts_with()` to maintain backward compatibility and prevent possible security regressions.