You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Middleware/GptWaf.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ public function handle($request, Closure $next)
28
28
return$next($request);
29
29
}
30
30
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");
32
32
$systemRole = env('GPT_WAF_SYSTEM_ROLE', 'You are Security engineer.');
0 commit comments