mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-30 03:34:26 +03:00
Sep_24_2023-Dev
This commit is contained in:
@@ -14,6 +14,7 @@ target_link_libraries(cp-nano-http-transaction-handler
|
||||
pcre2-8
|
||||
pcre2-posix
|
||||
yajl_s
|
||||
hiredis
|
||||
|
||||
-lshmem_ipc
|
||||
-lnginx_attachment_util
|
||||
@@ -32,6 +33,8 @@ target_link_libraries(cp-nano-http-transaction-handler
|
||||
waap
|
||||
waap_clib
|
||||
reputation
|
||||
rate_limit_comp
|
||||
rate_limit_config
|
||||
ips
|
||||
keywords
|
||||
l7_access_control
|
||||
@@ -53,6 +56,12 @@ execute_process (
|
||||
)
|
||||
install(FILES ${pcre2-posix} DESTINATION http_transaction_handler_service/lib)
|
||||
|
||||
execute_process (
|
||||
COMMAND bash -c "find /usr/lib -name \"libhiredis.so*\" | awk '{printf $0\";\"}'"
|
||||
OUTPUT_VARIABLE hiredis
|
||||
)
|
||||
install(FILES ${hiredis} DESTINATION http_transaction_handler_service/lib)
|
||||
|
||||
execute_process (
|
||||
COMMAND bash -c "find /usr/lib -name \"libxml2.so*\" | awk '{printf \$0\";\"}'"
|
||||
OUTPUT_VARIABLE xml2
|
||||
|
@@ -17,6 +17,7 @@
|
||||
#include "gradual_deployment.h"
|
||||
#include "http_manager.h"
|
||||
#include "layer_7_access_control.h"
|
||||
#include "rate_limit.h"
|
||||
#include "waap.h"
|
||||
#include "ips_comp.h"
|
||||
#include "keyword_comp.h"
|
||||
@@ -30,6 +31,7 @@ main(int argc, char **argv)
|
||||
GradualDeployment,
|
||||
HttpManager,
|
||||
Layer7AccessControl,
|
||||
RateLimit,
|
||||
WaapComponent,
|
||||
IPSComp,
|
||||
KeywordComp
|
||||
|
Reference in New Issue
Block a user