Skip to content

Incorrect strpos() check #2

@primehalo

Description

@primehalo

Lines 368-369 of e24PaymentPipe.inc.php:
$i = strpos($s, ":"); if ($i == -1) {
That check should be $i === false since strpos returns FALSE when the string is not found. Also, when the query string is built none of the parameter values are escaped with urlencode or rawurlencode.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions