Problem/Motivation
Identified in an audit by codex 5.5:
- Medium: raw service-account JSON can still be accepted from persisted
config if the form is bypassed. web/modules/orig/firebase_php/src/
Service/FirebasePhpMessagingService.php:63 accepts any config value that
decodes to an array. That enables config import/API paths to store private
keys in Drupal config despite the form warning. Prefer an explicit
environment variable/service parameter for raw JSON and keep config limited
to file paths.
Issue fork firebase_php-3593737
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
ptmkenny commentedComment #6
ptmkenny commented