rspec/rules/S4784/exceptions.adoc
Arseniy Zaostrovnykh 7ca29f686f Force linebreaks
2021-02-02 15:02:10 +01:00

6 lines
271 B
Plaintext

== Exceptions
Some corner-case regular expressions will not raise an issue even though they might be vulnerable. For example: ``++(a|aa)+++``, ``++(a|a?)+++``.
It is a good idea to test your regular expression if it has the same pattern on both side of a \"``++|++``".