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.
This pull request expands support for additional metadata fields related to firewall events and request parsing. The main focus is on enhancing the metadata structure by adding new fields, updating the corresponding type definitions, and improving test coverage to ensure correct parsing of these fields.
Metadata Enhancements:
client_fingerprint,client_id,configuration_id,edge_connector_id,function_id,http_ssl_ja4,request_id,solution_id,server_fingerprint,server_fingerprint_ja4h, andvirtualhost_idto theFirewallEventContextclass, enriching the context for firewall event handling. [1] [2]AzionRequestMetadataandAzionRuntimeRequestMetadataTypeScript interfaces to include the new metadata fields, ensuring type safety and consistency across the codebase. [1] [2]Testing Improvements:
parseRequesttest suite to include and validate the new metadata fields, and added a specific test to verify correct parsing of fingerprint information from metadata. [1] [2] [3]**Update Dependency
qsto6.14.1**yarntonpminpackage.json.