Qt-Security-QSslConfigurationSetCiphers¶
Check QSslConfiguration::setCiphers
Required inputs: IR
Possible Messages
Key |
Text |
Severity |
Disabled |
|---|---|---|---|
forbiddden_call |
Suspicious call to QSslConfiguration::setCiphers found. |
None |
False |
insecure_cipher |
Insecure cipher suite used in call to QSslConfiguration::setCiphers. |
None |
False |
weak_cipher |
Weak cipher suite used in call to QSslConfiguration::setCiphers. |
None |
False |
Options¶
This rule shares the following common options: exclude_in_macros, exclude_messages_in_system_headers, excludes, extend_exclude_to_macro_invocations, includes, justification_checker, languages, post_processing, provider, report_at, severity
The following places define options that affect this rule: Stylechecks, Analysis-GlobalOptions
allow_insecure¶
allow_insecure : bool = False
allow_weak¶
allow_weak : bool = False
allowed_ciphers¶
allowed_ciphers : set[str] = set()
disallowed_ciphers¶
disallowed_ciphers : set[str] = set()
report_all¶
report_all : bool = False