mirror of
https://github.com/ADD-SP/ngx_waf.git
synced 2026-04-26 14:05:52 +03:00
[PR #128] Add W-COOKIE and TLS Fingerprinting #244
Labels
No labels
MacOS
Nginx
OpenResty
Tengine
bug
documentation
enhancement
needs-investigation
pull-request
question
stale
stale
stale
timeout
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ngx_waf#244
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ADD-SP/ngx_waf/pull/128
Author: @MrRanMao
Created: 10/3/2023
Status: 🔄 Open
Base:
current← Head:current📝 Commits (2)
3e96af9Add W-COOKIE to waf_priority387e5f9Add variables (waf_ssl_greased, waf_ssl_ja3, waf_ssl_ja3_hash)📊 Changes
10 files changed (+1050 additions, -757 deletions)
View changed files
📝
inc/ngx_http_waf_module_check.h(+24 -0)📝
inc/ngx_http_waf_module_macro.h(+10 -0)➕
inc/ngx_http_waf_module_tls_fingerprint.h(+16 -0)📝
inc/ngx_http_waf_module_type.h(+7 -0)➕
src/.ngx_http_waf_module_var.c.swp(+0 -0)📝
src/ngx_http_waf_module_check.c(+813 -724)📝
src/ngx_http_waf_module_config.c(+24 -9)📝
src/ngx_http_waf_module_core.c(+21 -21)📝
src/ngx_http_waf_module_var.c(+134 -2)📝
test/test-nginx/template/bad_config.t(+1 -1)📄 Description
Add White cookie checking in waf_priority
Add TLS Fingerprinting variables:
Based on repo nginx-ssl-fingerprint
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.