rspec/rules/S5998/java/parameters.adoc

12 lines
367 B
Plaintext
Raw Normal View History

=== Parameters
.maxStackConsumptionFactor
****
----
TBD
----
An indicator approximately proportional to how quickly the stack grows relative to the input size. An issue will be reported if the value for a regex exceeds the maximum set here. Setting this to 0 will cause an issue to be reported for all regular expressions with non-constant stack consumption.
****