[TIMOB-23688] iOS: Remove Comments Referencing Password
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-07-27T16:17:31.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 6.0.0 |
Components | iOS |
Labels | n/a |
Reporter | Ben Bahrenburg |
Assignee | Hans Knöchel |
Created | 2016-07-26T22:04:44.000+0000 |
Updated | 2016-09-30T21:11:58.000+0000 |
Description
When running Fortify code analysis against the SDK the usage of "password" in comments where detected in the following files.
Reachability.m
TiUIAlertDialogProxy.m
It is recommended these comments be removed as some tools would identity them as providing information disclosure.
Thanks for the info [~ben.bahrenburg@gmail.com]!
PR: https://github.com/appcelerator/titanium_mobile/pull/8163
I validated the commits. "password" does not appear in any comment in either file.