We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 703e49d commit 6fde583Copy full SHA for 6fde583
src/metis/plugins/plugins.yaml
@@ -14,10 +14,12 @@ general_prompts:
14
FILE: {file_path}
15
security_review_report: |-
16
3. How to Report
17
- - List all identified security issues in a JSON array.
+ - Return a JSON object with a single key "reviews" mapping to a list of identified security issues.
18
- Each element must strictly follow this structure:
19
[[REVIEW_SCHEMA_FIELDS]]
20
- - IMPORTANT: If no identified security issues are found, return: {\"reviews\": []}
+ - If no identified security issues are found, return: {\"reviews\": []}
21
+ - If no CWE identified, does not guess a number.
22
+ - Ensure the json is valid, without any additional commentary or text outside the json structure.
23
24
plugins:
25
c:
0 commit comments