Category-1142: SEI CERT Oracle Java安全编码标准-准则08.可见性和原子性(VNA)

ID: 1142 Status: Stable

Summary

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.

Membership

ID NAME
CWE-362 使用共享资源的并发执行不恰当同步问题(竞争条件)
CWE-366 单线程内的竞争条件
CWE-413 资源加锁不恰当
CWE-567 在多现场上下文中未能对共享数据进行同步访问
CWE-662 不恰当的同步机制
CWE-667 加锁机制不恰当

References

REF-821 SEI CERT Oracle Coding Standard for Java : Rule 08. Visibility and Atomicity (VNA)