Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generateRandomToken improvement. #1176

Open
wants to merge 3 commits into
base: hotfix
Choose a base branch
from
Open

generateRandomToken improvement. #1176

wants to merge 3 commits into from

Commits on Aug 3, 2021

  1. Create SECURITY.md

    lcharette authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    688070c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. generateRandomToken improvement.

    The MD5 call altogether has been switched out for the hexadecimal representation of 16 CSRNG-generated bytes.
    See [this](https://huntr.dev/bounties/5cc92fbb-5a63-4693-aa01-775692fb137e/)
    michaellrowley committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    17d0e9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aff283 View commit details
    Browse the repository at this point in the history