CWE一覧に戻る
CWE-1041

冗長コードの使用

Use of Redundant Code
脆弱性 作成中
JA

製品には、同じコードを含む複数の関数、メソッド、プロシージャ、マクロなどがある。
同じコードが含まれている。

EN

The product has multiple functions, methods, procedures, macros, etc. that
contain the same code.

Scope: Other / Impact: Reduce Maintainability
Merge common functionality into a single function and then call that function from across the entire code base.
MITRE公式ページ — CWE-1041