CWE一覧に戻る
CWE-1106

記号定数の不十分な使用

Insufficient Use of Symbolic Constants
脆弱性 作成中
JA

ソースコードでは、シンボリック定数を使う代わりに、変更する必要のあるリテラル定数
定数を使用する。

EN

The source code uses literal constants that may need to change
or evolve over time, instead of using symbolic constants.

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