...
This rule appears in the C Secure Coding Standard as MSC18-C. Be careful while handling sensitive data, such as passwords, in program code
...
Bibliography
Wiki Markup |
---|
\[[Gong 2003|AA. Bibliography#Gong 03]\] 9.4 Private Object State and Object Immutability \[[Chess 2007|AA. Bibliography#Chess 07]\] 11.2 Outbound Passwords: Keep Passwords out of Source Code \[[Fortify 2008|AA. Bibliography#Fortify 08]\] "Unsafe Mobile Code: Database Access" \[[MITRE 2009|AA. Bibliography#MITRE 09]\] [CWE-259|http://cwe.mitre.org/data/definitions/259.html] "Hard-Coded Password," [CWE-798|http://cwe.mitre.org/data/definitions/798.html], "Use of Hard-coded Credentials" |
...