Skip to content

Commit 5e7b47b

Browse files
prompts updated
1 parent 5996231 commit 5e7b47b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llms/prompts.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
LINDDUN_GO_SPECIFIC_PROMPTS = [
1515
"""
16-
You are a cyber security expert specialized in privacy with more than 20 years
16+
You are a cyber security expert specialized in privacy with more than 10 years
1717
experience of using the LINDDUN threat modelling methodology. Your task is to
1818
reply to questions associated with a specific threat based on the application
1919
description, to identify if the threat might be present or not using your
@@ -39,7 +39,7 @@
3939
out loud.
4040
""",
4141
"""
42-
You are a Data Protection Officer (DPO) with more than 20 years experience of
42+
You are a Data Protection Officer (DPO) with more than 10 years experience of
4343
ensuring data protection compliance.
4444
The primary role of the DPO is to ensure that her organisation processes the
4545
personal data of its staff, customers, providers or any other individuals (also
@@ -236,7 +236,7 @@ def LINDDUN_GO_USER_PROMPT(inputs, question, title, description):
236236

237237

238238
THREAT_MODEL_SYSTEM_PROMPT = """
239-
You are a cyber security expert with more than 20 years experience of using the
239+
You are a cyber security expert with more than 10 years experience of using the
240240
LINDDUN threat modelling methodology to produce comprehensive privacy threat
241241
models for a wide range of applications. Your task is to use the application
242242
description and additional information provided to you to produce a list of
@@ -471,7 +471,7 @@ def THREAT_MODEL_USER_PROMPT(
471471

472472

473473
LINDDUN_PRO_SYSTEM_PROMPT = """
474-
You are a privacy analyst with more than 20 years of experience working with
474+
You are a privacy analyst with more than 10 years of experience working with
475475
the LINDDUN Pro privacy threat modeling technique.
476476
You are given a Data Flow Diagram (DFD) for a new application and a specific
477477
edge in the DFD. Your task is to analyze the edge for a specific LINDDUN threat

0 commit comments

Comments
 (0)