Published a year ago
Published a year ago
lordraiden
Updated a year ago
0
I have a setup with traefik, traefik safeline plugin, and safeline.
When I ran GoTestWAF https://github.com/wallarm/gotestwaf it gets frozen in the middle of the process, I think is easy to reproduce. The hw is not an issue, is running on a 24cores and 64RAM machine
No rate limit or anything enable to ban IP's, traefik is fine because I can browse the website anyway
Is there a way to improve the processing time?
The test to finish
Safeline to process the logs faster? and not freeze the whole test? maybe at least the balance mode should be available for free? I don't think is a feature that is worth it for pro, why have a penalty in performance?
lordraiden
Updated a year ago
0
I manage to get it working changing some arguments in gotestwaf.
In any case someone is interested these are the results, safeline was configured in strict mode.
docker run --rm --network="host" -v /your/path:/app/reports wallarm/gotestwaf --url=https://mydomain.com --noEmailReport --idleConnTimeout=1 --ignoreUnresolved
Las 2 parameters "fixed" the issue in the first post.
waf-evaluation-report-2025-January-23-04-03-18(1).csv
Maybe gotestwaf can be used to finetune Safeline even more
xbingW
Updated a year ago
0
Version 8.5.1, the test results using this command are as follows, no problems were found
docker run --rm --network="host" -it -v ${PWD}/reports:/app/reports wallarm/gotestwaf --url=http://xxxx --noEmailReport