Merge branch 'main' into May_11_2023-Dev

This commit is contained in:
Ned Wright
2023-05-14 18:52:57 +00:00
9 changed files with 79103 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ target_link_libraries(cp-nano-http-transaction-handler
reputation
ips
keywords
l7_access_control
-Wl,--end-group
)

View File

@@ -16,6 +16,7 @@
#include "nginx_attachment.h"
#include "gradual_deployment.h"
#include "http_manager.h"
#include "layer_7_access_control.h"
#include "waap.h"
#include "ips_comp.h"
#include "keyword_comp.h"
@@ -28,7 +29,8 @@ main(int argc, char **argv)
NginxAttachment,
GradualDeployment,
HttpManager,
WaapComponent,
Layer7AccessControl,
WaapComponent,
IPSComp,
KeywordComp
> comps;