Conversation
update deploy --> dev
…hashes in telemetry)
[ENT-19165] Feature/field alignments
[ENT-20531] Feature/user identifiers support
[INCREQ-3615] Fix/request wrapper functions
There was a problem hiding this comment.
Pull Request Overview
This PR releases version 6.16.0 of the PerimeterX Java SDK, introducing new Account Defender features, data enrichment capabilities, and various improvements.
Key Changes:
- Added JWT user identifiers extraction for Account Defender
- Added data enrichment header forwarding capability
- Enhanced telemetry reporting with new configuration structure
- Updated dependencies to newer patch/minor versions for security and stability
Reviewed Changes
Copilot reviewed 39 out of 41 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| pom.xml, web/pom.xml | Updated SDK version to 6.16.0 and dependency versions |
| PXConfiguration.java | Added JWT extraction configs, data enrichment header config, secured PXHD flag, and improved telemetry serialization |
| JwtUserIdentifiersExtractor.java | New class implementing JWT token parsing from cookies and headers |
| PXContext.java | Added fields for JWT user identifiers, sensitive request flag, and additional token info |
| CustomParameters.java | Changed parameter types from String to Object for flexibility |
| PerimeterX.java | Added data enrichment header injection logic |
| PXFilter.java | Added data enrichment header forwarding to response |
| RequestWrapper.java | Enhanced header methods to include custom headers |
| RemoteServer.java | Added URL length validation and improved resource cleanup |
| EnforcerTelemetryActivityDetails.java | Updated to new telemetry structure with active/static/remote config |
| captcha_template.mustache | Updated error handling and content detection logic |
| README.md, CONFIGURATIONS.md | Added documentation for new features |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
5be9bc9 to
9815ba4
Compare
DorAshkenaziHuman
approved these changes
Nov 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.