Release v3.0.14 · owasp-modsecurity/ModSecurity (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
· 67 commits to v3/master since this release
This tag was signed with the committer’s verified signature.
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Major changes in v3:
- changed
t:htmlEntityDecode
transformation; fixed CVE-2025-27110 - add value checking to
@validateByteRange
operator - fixed build library on OSX without GeoIP brew package
- aligned
TIME_MON
variable's behavior - Leverage
std::make_unique
&std::make_shared
to create objects in the heap - Simplified handling of
RuleMessage
by removing usage ofstd::shared_ptr
- Simplified constructors, copy constructors & assignment operators
For more information please see CHANGES.