CWE-1069: Empty Exception Block
CWE版本: 4.18
更新日期: 2025-09-09
弱点描述
An invokable code block contains an exception handling block that does not contain any code, i.e. is empty.
常见后果
影响范围: Other
技术影响: Reduce Reliability
潜在缓解措施
阶段: Implementation
描述: For every exception block add code that handles the specific exception in the way intended by the application.
适用平台
编程语言
分类映射
| 分类名称 | 条目ID | 条目名称 | 映射适配度 |
|---|---|---|---|
| OMG ASCRM | ASCRM-RLB-1 | - |