Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 611 Bytes

File metadata and controls

4 lines (4 loc) · 611 Bytes
Rule ID Title Description
PH2100 Avoid Password Naming something Password suggests a potential hard-coded password.
PH2137 Regex needs timeout When constructing a new Regex instance, provide a timeout (or RegexOptions.NonBacktracking in .NET 7 and higher) as this can facilitate denial-of-serice attacks.