CWE一覧に戻る
CWE-1099

識別子の一貫性のない命名規則

Inconsistent Naming Conventions for Identifiers
脆弱性 作成中
JA

製品のコード、ドキュメント、その他の成果物において、次のような問題がある。
変数、呼び出し可能ファイル、関連する呼び出し可能ファイルのグループ、I/O 機能、データ型、ファイル名、または同様のタイプの名前に、一貫して同じ命名規則が使用されていない。
関連する callable のグループ、I/O 機能、データ型、ファイル名、または同様のタイプの要素に、一貫して同じ命名規則が使用されていない。
要素。

EN

The product's code, documentation, or other artifacts do not
consistently use the same naming conventions for variables, callables, groups of
related callables, I/O capabilities, data types, file names, or similar types of
elements.

Scope: Other / Impact: Reduce Maintainability; Increase Analytical Complexity
MITRE公式ページ — CWE-1099