rspec/rules/S5998/java/parameters.adoc
2022-02-01 12:25:23 +00:00

12 lines
367 B
Plaintext

=== 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.
****