Update tags.php #71
Open
Update tags.php #71
ZeroPath AI Dev / Security Check
failed
Dec 10, 2025 in 1m 44s
Scan completed
Blocking issue(s) found.
Details
❌ Possible security or compliance issues detected. Reviewed everything up to a386e51.
The following issues were found:
-
Cross Site Scripting (XSS)
- Location: tags.php:16
- Score: MEDIUM (68.0)
- Description: Reflected XSS: Unescaped user-controlled input from the query string ($_GET['asdf']) is echoed directly to the response.
- Link to UI: https://dev.branch.zeropath.com/app/issues/d826145c-411a-44cf-ad33-571170d0ef3e
Security Overview
- 🔎 Scanned files: 1 changed file(s)
- 🔗 Scan Link: https://dev.branch.zeropath.com/app/repositories/d9cf8881-7d91-495e-919b-1821f32afbca?scanId=1bb4cb0c-17f1-490f-8fee-173057f4fe0e&codeScanTypes=PrScan&tab=issues
Detected Code Changes
| Change Type | Relevant files |
|---|---|
| Other | ► tags.php echo $_GET['asdf']; |
Loading