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
Move NOSONAR S5527/S4830 onto the lines Sonar actually blames
Sonar reports S5527 on the ssl.SSLContext(PROTOCOL_TLS_CLIENT)
constructor line and S4830 on the verify_mode = CERT_NONE
assignment, not on the def line of the helper. Place each NOSONAR
on the offending line so the flow-analysis suppression sticks.
0 commit comments