checkSecurityUsernamePassword

Checks if weboptions, matlab.net.http.Credentials, urlread and urlwrite are used securely:

  • The Username and Password properties shall not be directly set using strings or character arrays. Instead, their values shall be obtained externally.

Exemption tag: %@ok<SECUP>