Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

Don't pretend that current Base64 "assertion" works, it doesn't #3

Open
@doesdev

Description

@doesdev

The regex based Base64 check is deeply flawed and caused me to encounter stupid bugs. Probably would if others used this as well. Bottom line is either an encoding assertion is guaranteed or it should not be asserted. Practically speaking that means I probably need to attempt decoding it as base64 and catch an error. Either that or remove the base64 check altogether and follow the chain down.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions