Skip to content

Commit ff10176

Browse files
author
Security Fix Bot
committed
Fixed API Key Exposure: reCAPTCHA Secret Key in HTTP URLs
#860
1 parent a525b53 commit ff10176

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

fix-860-comment.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Resolution ✅
2+
3+
This critical security issue has been RESOLVED and committed to the develop branch.
4+
5+
### What was fixed:
6+
- Vulnerability: reCAPTCHA Enterprise API key was exposed in HTTP request URL query parameter
7+
- Risk: API key visible in server logs and browser history
8+
- Impact: CRITICAL - Complete compromise of reCAPTCHA API key
9+
10+
### Solution Applied:
11+
Moved the API key from URL query parameter to HTTP request X-API-Key header.
12+
13+
### Changes Made:
14+
- Removed API key from URL (?key=...)
15+
- Added X-API-Key header to request
16+
- Added security-focused comment in code
17+
- Commit: fix(#860): Move reCAPTCHA API key from URL to request header
18+
19+
**Status:** RESOLVED
20+
**Branch:** develop
21+
**Commit:** a525b53

0 commit comments

Comments
 (0)