This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "Poor Style: Identifier Contains Dollar Symbol ($)"
From OWASP
Line 2: | Line 2: | ||
{{Template:Fortify}} | {{Template:Fortify}} | ||
− | [[ | + | __TOC__ |
+ | |||
+ | [[ASDR Table of Contents]] | ||
Last revision (mm/dd/yy): '''{{REVISIONMONTH}}/{{REVISIONDAY}}/{{REVISIONYEAR}}''' | Last revision (mm/dd/yy): '''{{REVISIONMONTH}}/{{REVISIONDAY}}/{{REVISIONYEAR}}''' | ||
− | |||
− | [[ | + | [[Category:FIXME|This is the text from the old template. This needs to be rewritten using the new template.]] |
− | |||
Line 89: | Line 89: | ||
[[Category:Implementation]] | [[Category:Implementation]] | ||
[[Category:Code Snippet]] | [[Category:Code Snippet]] | ||
+ | [[Category:Vulnerability]] |
Revision as of 15:27, 5 November 2008
This is a Vulnerability. To view all vulnerabilities, please see the Vulnerability Category page.
Last revision (mm/dd/yy): 11/5/2008
Description
Using a dollar sign ($) as part of an identifier is not recommended.
Section 3.8 of the Java Language Specification reserves the dollar sign ($) for identifiers that are used only in mechanically generated source code.
Risk Factors
TBD
Examples
int un$afe;
Related Attacks
Related Vulnerabilities
Related Controls
Related Technical Impacts
References
TBD