Skip to content

Changed the member custom fields API to namespaced metafields - #30399

Merged
rob-ghost merged 9 commits into
mainfrom
feat/member-metafields-api
Sep 1, 2026
Merged

Changed the member custom fields API to namespaced metafields#30399
rob-ghost merged 9 commits into
mainfrom
feat/member-metafields-api

Removed the legacy custom_fields CSV column fallback

5f6ee0b
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Sep 1, 2026 in 3s

2 new alerts including 2 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 202 in ghost/core/core/server/web/api/endpoints/admin/routes.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.
This route handler performs
authorization
, but is not rate-limited.

Check failure on line 217 in ghost/core/core/server/web/api/endpoints/admin/routes.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.
This route handler performs
authorization
, but is not rate-limited.