CWE一覧に戻る
CWE-1118

エラー処理技術の文書化が不十分

Insufficient Documentation of Error Handling Techniques
脆弱性 作成中
JA

ドキュメントには、エラー処理や例外処理に使用されるテクニックが十分に説明されていない。
エラー処理、例外処理、または同様のメカニズムに使用される技術について、ドキュメントには十分に記述されていない。
メカニズムに使用される技法が十分に説明されていない。

ドキュメントでは、モジュール、実行可能ファイル、コンパイル可能なコード・ユニット、呼び出し可能ファイルなど、複数のレイヤーにおけるエラー処理技術をカバーする必要があるかもしれない。

EN

The documentation does not sufficiently describe the techniques
that are used for error handling, exception processing, or similar
mechanisms.

Documentation may need to cover error handling techniques at multiple layers, such as module, executable, compilable code unit, or callable.

Scope: Other / Impact: Reduce Maintainability
MITRE公式ページ — CWE-1118