Lines Matching +full:security +full:- +full:events
18 * **Pattern validation**: Real-time validation with detailed error messages for administrators.
20 * **Security features**: Built-in ReDoS protection and input sanitization.
36 |---|---|
46 * **Real-time validation**: Invalid patterns are automatically detected when pages are saved
49 * **Security protection**: Built-in protection against ReDoS (Regular Expression Denial of Service)…
60 … groups, the plugin prevents the deletion by calling `$event->preventDefault()` and `$event->stopP…
62 ## Security Features
85 The test suite covers pattern validation, matching logic, security features, and edge cases without…
90 - Version management and semantic versioning
91 - Automated testing and validation
92 - Distribution packaging
93 - Git workflow and tagging
94 - Quality assurance processes
98 - **Comprehensive tests** covering all core functionality
99 - **Pattern validation** (syntax, ReDoS protection, length limits)
100 - **Pattern matching** (simple and complex regex patterns)
101 - **File path conversion** (absolute to relative paths)
102 - **Configuration parsing** (multi-line patterns, different line endings)
103 - **Security features** (escaping, unicode support, injection protection)
104 - **Edge cases** (empty patterns, very long inputs)
105 - **Real-world scenarios** (user pages, namespaces, file extensions)
109 …ystem, so it should continue to work with future versions as long as these events remain available.
114 [GNU General Public License v2](https://www.gnu.org/licenses/gpl-2.0.html).