• 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
secure_coding_guidelines.md 47.6 KB