Skip to content

GenerateNonce in _helpers #1

Description

@dlannan

I found and issue in GenerateNonce function in the _helpers file.
local char_pos = math.floor(math.random() * #NONCE_CHARS)
This will generate 0 based indexes, so it needs +1 on the end of it for it to work correctly.

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