CWE一覧に戻る
CWE-1064

過剰な数のパラメータを含むシグネチャを持つインボーカブル制御エレメント

Invokable Control Element with Signature Containing an Excessive Number of Parameters
脆弱性 作成中
JA

製品に関数、サブルーチン、またはメソッドが含まれており、そのシグネチャが不必要に多い。
パラメータ/引数がある。

多数のパラメータ」の解釈は製品や開発者によって異なるかもしれないが、CISQはデフォルトで最大7つのパラメータ/引数を推奨している。

EN

The product contains a function, subroutine, or method whose signature has an unnecessarily large number of
parameters/arguments.

While the interpretation of "large number of parameters" may vary for each product or developer, CISQ recommends a default maximum of 7 parameters/arguments.

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