ID: 1142 Status: Stable
Weaknesses in this category are related to the rules and recommendations in the Visibility and Atomicity (VNA) section of the SEI CERT Oracle Secure Coding Standard for Java.
ID | NAME |
---|---|
CWE-362 | 使用共享资源的并发执行不恰当同步问题(竞争条件) |
CWE-366 | 单线程内的竞争条件 |
CWE-413 | 资源加锁不恰当 |
CWE-567 | 在多现场上下文中未能对共享数据进行同步访问 |
CWE-662 | 不恰当的同步机制 |
CWE-667 | 加锁机制不恰当 |
REF-821 SEI CERT Oracle Coding Standard for Java : Rule 08. Visibility and Atomicity (VNA)