bneradt opened a new pull request, #13586:
URL: https://github.com/apache/trafficserver/pull/13586

   Traffic Server cannot reject abusive TLS clients by ClientHello
   fingerprint before spending resources on their handshakes. The existing
   JAx plugin is intentionally observational, and Abuse Shield was not
   available in the open-source tree.
   
   This patch addresses the gap by adding Abuse Shield as an experimental
   plugin and moving the JA3 and JA4 calculations behind reusable,
   read-only helpers. Abuse Shield evaluates configured fingerprints at the
   ClientHello hook and can log, block, or reject matching connections.
   
   This also adds a build-time fingerprint provider registry for downstream
   methods, bounded IP tracking, validated reloadable configuration,
   operator documentation, and unit and end-to-end coverage.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to