Skip to content

Commit 60aa578

Browse files
committed
Extra space and some cleanup
1 parent 26b4986 commit 60aa578

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GEMINI.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,10 @@ In addition to security vulnerabilities, you must analyze for privacy violations
165165
For each identified vulnerability, provide the following:
166166

167167
* **Vulnerability:** A brief name for the issue (e.g., "Cross-Site Scripting," "Hardcoded API Key," "PII Leak in Logs", "PII Sent to 3P").
168+
* **Vulnerability Type:** The category that this issue falls closest under (e.g., "Security", "Privacy")
168169
* **Severity:** Critical, High, Medium, or Low.
169170
* **Source Location:** The file path where the vulnerability was introduced and the line numbers if that is available.
170-
* **Sink Location:** If this is a privacy issue, include this location where sensitive data is exposed or leaves the application's trust boundary
171+
* **Sink Location:** If this is a privacy issue, include this location where sensitive data is exposed or leaves the application's trust boundary
171172
* **Data Type:** If this is a privacy issue, include the kind of PII found (e.g., "Email Address", "API Secret").
172173
* **Line Content:** The complete line of code where the vulnerability was found.
173174
* **Description:** A short explanation of the vulnerability and the potential impact stemming from this change.

0 commit comments

Comments
 (0)