mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-30 03:34:26 +03:00
My 11th 2023 update
This commit is contained in:
@@ -32,6 +32,8 @@ target_link_libraries(cp-nano-http-transaction-handler
|
||||
waap
|
||||
waap_clib
|
||||
reputation
|
||||
ips
|
||||
keywords
|
||||
-Wl,--end-group
|
||||
)
|
||||
|
||||
|
@@ -17,6 +17,8 @@
|
||||
#include "gradual_deployment.h"
|
||||
#include "http_manager.h"
|
||||
#include "waap.h"
|
||||
#include "ips_comp.h"
|
||||
#include "keyword_comp.h"
|
||||
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
@@ -26,7 +28,9 @@ main(int argc, char **argv)
|
||||
NginxAttachment,
|
||||
GradualDeployment,
|
||||
HttpManager,
|
||||
WaapComponent
|
||||
WaapComponent,
|
||||
IPSComp,
|
||||
KeywordComp
|
||||
> comps;
|
||||
|
||||
comps.registerGlobalValue<bool>("Is Rest primary routine", true);
|
||||
|
Reference in New Issue
Block a user