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

Be stricter about JSON that is accepted by Sygnal #216

Merged
merged 5 commits into from
Apr 13, 2021
Merged

Commits on Apr 12, 2021

  1. Be stricter about JSON that is accepted by Sygnal

    This disables the JSON extensions which Python supports by default (parsing of
    `Infinity` / `-Infinity` and `NaN`). These shouldn't be accepted since they're
    not technically valid JSON and other languages won't be able to interpret it
    properly.
    richvdh committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    eb2347b View commit details
    Browse the repository at this point in the history
  2. Remove unused JSONDecodeError import

    Signed-off-by: Dan Callahan <danc@element.io>
    callahad committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    fb75f42 View commit details
    Browse the repository at this point in the history
  3. Satisfy isort

    Signed-off-by: Dan Callahan <danc@element.io>
    callahad committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    8db733c View commit details
    Browse the repository at this point in the history
  4. Fix test failures

    Signed-off-by: Dan Callahan <danc@element.io>
    callahad committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    a941c26 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. back to JSONDecoder

    richvdh committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    a8b99d0 View commit details
    Browse the repository at this point in the history