Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 150 Bytes

detect-possible-timing-attacks.md

File metadata and controls

7 lines (4 loc) · 150 Bytes

Pattern: Possible timing attack

Issue: -

Description

Detects insecure comparisons (==, !=, !== and ===), which check input sequentially.