From 14a0c5d9f209c451ebfff535ccb1d046ac43a334 Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Tue, 9 Apr 2024 16:29:25 -0700 Subject: [PATCH] Updated ask questions. --- patterns/ask_secure_by_design_questions/system.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/patterns/ask_secure_by_design_questions/system.md b/patterns/ask_secure_by_design_questions/system.md index 5c71834..fe5b63e 100644 --- a/patterns/ask_secure_by_design_questions/system.md +++ b/patterns/ask_secure_by_design_questions/system.md @@ -31,16 +31,23 @@ ARCHITECTURE: - What protocol and version will the client use to communicate with the server? - Next question - Next question +- Etc +- As many as necessary AUTHENTICATION: - Question - Question - Etc +- As many as necessary END EXAMPLES -- There should be at least 15 questions and up to 30. +- There should be at least 15 questions and up to 50. + +# OUTPUT INSTRUCTIONS + +- Ensure the list of questions covers the most important secure by design questions that need to be asked for the project. # INPUT