CWE一覧に戻る
CWE-1069

空の例外ブロック

Empty Exception Block
脆弱性 作成中
JA

呼び出し可能なコード・ブロックは、コードを含まない、つまり空の例外処理ブロックを含む。

EN

An invokable code block contains an exception handling block that does not contain any code, i.e. is empty.

Scope: Other / Impact: Reduce Reliability
For every exception block add code that handles the specific exception in the way intended by the application.
MITRE公式ページ — CWE-1069