Get parameters causes problem when contains invalid characters

Created on 22 October 2023, 8 months ago
Updated 30 November 2023, 7 months ago

Get parameters causes problems when contains invalid characters.

πŸ› Bug report
Status

Closed: won't fix

Version

5.0

Component

salesforce.module

Created by

πŸ‡ΉπŸ‡·Turkey emircanerkul Turkey

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @emircanerkul
  • Open in Jenkins β†’ Open on Drupal.org β†’
    Core: 9.5.x + Environment: PHP 8.0 & MySQL 5.7 (--ignore-platform-reqs)
    last update 8 months ago
    79 pass
  • @emircanerkul opened merge request.
  • Issue was unassigned.
  • Status changed to Needs review 8 months ago
  • πŸ‡ΉπŸ‡·Turkey emircanerkul Turkey
  • Open in Jenkins β†’ Open on Drupal.org β†’
    Core: 9.5.x + Environment: PHP 8.0 & MySQL 5.7 (--ignore-platform-reqs)
    last update 8 months ago
    79 pass
  • Status changed to Closed: won't fix 7 months ago
  • πŸ‡ΊπŸ‡ΈUnited States AaronBauman Philadelphia

    The idea behind the API client is to be a very thin wrapper, not a sanitization layer.
    These changes to SelectQuery in particular will break existing implementations that rely on being able to build queries with raw inputs.

    It's the responsibility of the callers to sanitize input, and properly specify arguments.
    I can't think of a reason why we'd want to support non-url characters for things like Salesforce IDs or table names.

Production build 0.69.0 2024