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
Need to add a mitigation for the critical vulnerability where I can pretend to be another email address by making my email address <max_len_minus_10>@gmail.commydomain.com and <max_len_minus_10>@gmail.com reaches max_len so it truncates and thinks I'm the latter person.
Easy to fix by ensuring the array index via QuinSelector like this pseudocode: message_id_regex_reveal[message_id_idx + max_message_id_len] === 0
The text was updated successfully, but these errors were encountered:
Divide-By-0
changed the title
Max len emails can be spoofed
Max len email addesses can be spoofed
May 14, 2023
Need to add a mitigation for the critical vulnerability where I can pretend to be another email address by making my email address <max_len_minus_10>@gmail.commydomain.com and <max_len_minus_10>@gmail.com reaches max_len so it truncates and thinks I'm the latter person.
Easy to fix by ensuring the array index via QuinSelector like this pseudocode:
message_id_regex_reveal[message_id_idx + max_message_id_len] === 0
The text was updated successfully, but these errors were encountered: