Spaces:
Running
Running
Update app.py
Browse files
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 |
-
["
|
| 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?"],
|