Enhancement: Facebook token should not be in URL query string #96

Open
opened 2026-05-29 05:30:30 +00:00 by jmiller · 1 comment
Owner

Audit Finding H-8

Severity: Medium (security)

Issue:
FacebookService passes the page access token in the URL query string (?access_token=...) which can be logged by proxies, CDNs, and server access logs.

Fix: Move to Authorization header: Authorization: Bearer {token}.

Files: FacebookService.php

Label: priority: medium, type: security

## Audit Finding H-8 **Severity:** Medium (security) **Issue:** FacebookService passes the page access token in the URL query string (`?access_token=...`) which can be logged by proxies, CDNs, and server access logs. **Fix:** Move to Authorization header: `Authorization: Bearer {token}`. **Files:** `FacebookService.php` **Label:** `priority: medium`, `type: security`
Author
Owner

Branch created: feature/96-enhancement-facebook-token-should-not-be

git fetch origin
git checkout feature/96-enhancement-facebook-token-should-not-be
Branch created: [`feature/96-enhancement-facebook-token-should-not-be`](https://git.mokoconsulting.tech/MokoConsulting/MokoJoomCross/src/branch/feature/96-enhancement-facebook-token-should-not-be) ```bash git fetch origin git checkout feature/96-enhancement-facebook-token-should-not-be ```
Sign in to join this conversation.
Type Enhancement
Status
Priority High
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCross#96