Submitted by JMukesh
As mentioned in the comment, time must be at least this many seconds, but it lack a check that given time is atleast >= someTime , as a result
minimumDuration and maximumDuration are directly initialized without any check. See RCFactory.sol L431.
Recommend adding require condition to check those value before setting it.
Splidge (Reality Cards) confirmed:
Splidge (Reality Cards) acknowledged:
