mirror of
https://github.com/openappsec/openappsec.git
synced 2025-10-01 20:17:43 +03:00
My 11th 2023 update
This commit is contained in:
@@ -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