|
|
|
|
|
by CryoLogic
1784 days ago
|
|
If a NodeJS application accepts a value from the client application, but validates against an early call (e.g. min 25 mins from now) the Infinity value can bypass that validation. Because it's a relatively unknown side effect, most validations probably wouldn't check for Infinity. Plus although Infinity pops off the timer at 0 seconds, a validation based on millisecond math would fail because Infinity > 25 minutes in milliseconds. |
|