wassemgtk commited on
Commit
671d488
·
verified ·
1 Parent(s): 5629412

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -252,7 +252,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft(primary_hue="purple", second
252
  # Add examples
253
  gr.Examples(
254
  examples=[
255
- ["Analyze the risks of CVE-2025-1234. Explain the root cause, attack vector, possible business impact, and give me defensive actions. Also map the mitigations to NIST and ISO 27001 controls."],
256
  ["A financial services company detected unusual outbound traffic from an internal SQL server at 2am. Provide an executive summary of what might be happening, a technical analysis, likely MITRE ATT&CK techniques, and immediate incident response steps the SOC should take."],
257
  ["We are preparing for a SOC-2 audit. Draft a short security policy on how our engineering team should handle secrets (API keys, SSH keys, environment variables) in source code and CI/CD pipelines. Include recommended tools and preventive controls."],
258
  ["What are the best practices for Python code?"],
 
252
  # Add examples
253
  gr.Examples(
254
  examples=[
255
+ ["Give me defensive actions. Also map the mitigations to NIST and ISO 27001 controls."],
256
  ["A financial services company detected unusual outbound traffic from an internal SQL server at 2am. Provide an executive summary of what might be happening, a technical analysis, likely MITRE ATT&CK techniques, and immediate incident response steps the SOC should take."],
257
  ["We are preparing for a SOC-2 audit. Draft a short security policy on how our engineering team should handle secrets (API keys, SSH keys, environment variables) in source code and CI/CD pipelines. Include recommended tools and preventive controls."],
258
  ["What are the best practices for Python code?"],