mirror of
https://github.com/openappsec/openappsec.git
synced 2025-11-17 09:45:29 +03:00
Aug 08 2025 dev (#336)
* sync code * sync code * sync code --------- Co-authored-by: Ned Wright <nedwright@proton.me>
This commit is contained in:
@@ -59,7 +59,7 @@ private:
|
||||
void init(const std::string &waapDataFileName);
|
||||
EventVerdict waapDecisionAfterHeaders(IWaf2Transaction& waf2Transaction);
|
||||
EventVerdict waapDecision(IWaf2Transaction& waf2Transaction);
|
||||
void finishTransaction(IWaf2Transaction& waf2Transaction);
|
||||
void finishTransaction(IWaf2Transaction& waf2Transaction, EventVerdict& verdict);
|
||||
|
||||
bool waf2_proc_start(const std::string& waapDataFileName);
|
||||
void waf2_proc_exit();
|
||||
@@ -73,6 +73,7 @@ private:
|
||||
EventVerdict pending_response;
|
||||
EventVerdict accept_response;
|
||||
EventVerdict drop_response;
|
||||
EventVerdict limit_response_headers;
|
||||
WaapMetricWrapper waap_metric;
|
||||
AssetsMetric assets_metric;
|
||||
I_Table* waapStateTable;
|
||||
|
||||
Reference in New Issue
Block a user