We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a525b53 commit ff10176Copy full SHA for ff10176
1 file changed
fix-860-comment.txt
@@ -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