Skip to content

8.4.0

Compare
Choose a tag to compare
@vilchik-elena vilchik-elena released this 10 Sep 08:54
· 1419 commits to master since this release
a11eb10

One more bunch of rules targeting regular expressions (MMF-2480):

  • S5869 Character classes in regular expressions should not contain the same character twice
  • S6019 Reluctant quantifiers in regular expressions should be followed by an expression that can't match the empty string
  • S6351 Regular expressions with the global flag should be used with caution
  • S5843 Regular expressions should not be too complicated
  • S5867 Regular expressions with Unicode property escapes should set Unicode flag
  • S5842 Repeated patterns in regular expressions should not match the empty string
  • S6353 Regular expression quantifiers and character classes should be used concisely
  • S5852 Using slow regular expressions is security-sensitive