1. 24 Jan, 2022 1 commit
    • Michael Henriksen's avatar
      Suggest using ranges as protection against ReDos · a2a9dedf
      Michael Henriksen authored
      Adds a suggestion to specify ranges in regular
      expressions instead of unbounded `*` and `+`
      matchers as part of protecting the matching
      engine against regular expression DoS also known
      as Catastrophic Backtracking.
      a2a9dedf
  2. 22 Jan, 2022 8 commits
  3. 21 Jan, 2022 31 commits