Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tidwall/gjson
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.1
Choose a base ref
...
head repository: tidwall/gjson
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.3
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Oct 4, 2021

  1. Update match dependency

    This commit updates the github.com/tidwall/match library, which
    address an issue where it's possible to produce a ReDos attack.
    
    fixes #236
    tidwall committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    590010f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Limit the complexity of "like" queries that match on a pattern.

    This commit adds the uses the MatchLimit function, which it the
    same as Match but will limit the complexity of the input pattern.
    This is to avoid long running matches, specifically to avoid ReDos
    attacks from arbritary inputs.
    tidwall committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    77a57fd View commit details
    Browse the repository at this point in the history
Loading