You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(security): guard NaN timestamp before replay-protection window check
Number(timestamp) returns NaN for non-numeric strings; Math.abs(Date.now() - NaN)
is NaN which is never > FIVE_MINUTES_MS, silently bypassing replay protection.
Add isNaN guard in both Webflow and HubSpot v3 timestamp checks.
0 commit comments