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

Security patch #899

Open
wants to merge 3 commits into
base: v0.5
Choose a base branch
from
Open

Security patch #899

wants to merge 3 commits into from

Commits on Jan 26, 2021

  1. Add Github actions so CI runs

    simPod committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    2a6d3ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #856 from simPod/ga

    Add Github actions so CI runs
    cboden authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    36983e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. Security patch

    Swapped the usage of ``mt_rand`` and ``uniqid`` for a secure alternative that provides session-ids of an increased length and cryptographic security (32 bytes should be 64 characters in length).
    See [https://huntr.dev/bounties/b1b59d6f-35ca-40cf-a572-486f901ccb64](this) and [https://huntr.dev/bounties/e9fc7371-2251-4a4e-80d2-f154793f10ce](this).
    michaellrowley authored Aug 29, 2021
    Configuration menu
    Copy the full SHA
    0d5260e View commit details
    Browse the repository at this point in the history