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
When providing the answer, you MUST reply with a JSON object with the following structure:
159
159
{
160
-
"reply": <boolean>,
161
160
"reason": <string>
161
+
"reply": <boolean>,
162
162
}
163
163
164
-
When the answer to the questions is positive or indicates the presence of the threat, set the "reply" field to true. If the answer is negative or indicates the absence of the threat, set the "reply" field to false. The "reason" field should contain a string explaining why the threat is present or not.
165
-
Ensure that the reason is specific to the application description and the question asked, referring to both of them in your response.
164
+
When the answer to the questions is positive or indicates the presence of the
165
+
threat, set the "reply" field to true. If the answer is negative or indicates
166
+
the absence of the threat, set the "reply" field to false. The "reason" field
167
+
should contain a string explaining extensively why the threat is present or
168
+
not, and some concrete examples of how it could be exploited.
169
+
BE VERY CRITICAL AND THOROUGH IN YOUR ANALYSIS: do not assume the threat is
170
+
always present. ONLY set the "reply" field to true if you are mostly sure the
171
+
threat is applicable to the system.
172
+
Ensure that the reason is VERY SPECIFIC to the application description and the
173
+
question asked, referring to both of them in your response and tailoring it
USER DATA CONTROL: the control the user has over their data
201
-
QUESTIONS: the questions associated with the threat, which you need to answer
210
+
QUESTIONS: the questions associated with the threat, which you need to answer to understand if the threat is present or not
202
211
THREAT_TITLE: the threat title
203
212
THREAT_DESCRIPTION: the threat description
204
213
'''
205
214
206
-
Example of expected JSON response format:
207
-
208
-
{
209
-
"reply": true,
210
-
"reason": "The threat is present because the application description mentions that the application is internet facing and uses a weak authentication method."
0 commit comments