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 .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: tidwall/gjson
base: v1.9.2
Choose a base ref
head repository: tidwall/gjson
compare: v1.9.3
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

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