All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Configuration fields' names align with the spec
- Async activities fields align with the spec
- Risk activity fields align with the spec
- Monitored and enforced routes functionality aligned with the spec
px_custom_verification_handlerfunction returnResponseobject instead of data, headers and statuspx_sensitive_routes_regex,px_sensitive_routes,px_whitelist_routes_regexandpx_whitelist_routesconfiguration fields should contain the exact path- Changed
debug_modeconfiguration field topx_logger_severityand change the expected values toerroranddebug
- Remove unnecessary risk api activity fields which might cause a bad request response from the collector
- Added
request_idfield to the context - Added implementation for handling s2s_error and enforcer_error.
- New block page implementation
- Configurable max buffer length
- Configurable px_backend_url
- Sending activities at the end of request cycle rather than beginning of the next one
- Support for
monitored_specific_routes - Support for Regex patterns in sensitive/whitelist/monitored/enforced routes
- Using hashlib pbkdf2 implementation.
- Initial release