Skip to content

Commit 557afc0

Browse files
committed
change question
1 parent 51c67f7 commit 557afc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Middleware/GptWaf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function handle($request, Closure $next)
2828
return $next($request);
2929
}
3030

31-
$questionText = env('GPT_WAF_QUESTION', "Begin your answer with 'Yes' or 'No'.\nIs the following HTTP request a possible cyber attack?\n-----\n");
31+
$questionText = env('GPT_WAF_QUESTION', "Begin your answer with 'Yes' or 'No'.\nIs the following HTTP request a cyber attack?(Beware of false positives.)\n-----\n");
3232
$systemRole = env('GPT_WAF_SYSTEM_ROLE', 'You are Security engineer.');
3333

3434
$rawHttpRequest = $this->getRawRequest();

0 commit comments

Comments
 (0)