|
20 | 20 | "external/cert/likelihood/probable", |
21 | 21 | "external/cert/remediation-cost/high", |
22 | 22 | "external/cert/priority/p4", |
23 | | - "external/cert/level/l3" |
| 23 | + "external/cert/level/l3", |
| 24 | + "coding-standards/baseline/safety" |
24 | 25 | ], |
25 | 26 | "implementation_scope": { |
26 | 27 | "description": "This implementation does not allow for thread synchronization to be performed in subroutines. All synchronization must be performed within the context of the other thread management functions." |
|
41 | 42 | "external/cert/likelihood/probable", |
42 | 43 | "external/cert/remediation-cost/high", |
43 | 44 | "external/cert/priority/p4", |
44 | | - "external/cert/level/l3" |
| 45 | + "external/cert/level/l3", |
| 46 | + "coding-standards/baseline/safety" |
45 | 47 | ] |
46 | 48 | } |
47 | 49 | ], |
|
67 | 69 | "external/cert/likelihood/unlikely", |
68 | 70 | "external/cert/remediation-cost/medium", |
69 | 71 | "external/cert/priority/p2", |
70 | | - "external/cert/level/l3" |
| 72 | + "external/cert/level/l3", |
| 73 | + "coding-standards/baseline/safety" |
71 | 74 | ], |
72 | 75 | "implementation_scope": { |
73 | 76 | "description": "This implementation does not attempt to identify unique condition variables and instead advocates for the usage of `cnd_broadcast`." |
|
95 | 98 | "external/cert/likelihood/unlikely", |
96 | 99 | "external/cert/remediation-cost/medium", |
97 | 100 | "external/cert/priority/p2", |
98 | | - "external/cert/level/l3" |
| 101 | + "external/cert/level/l3", |
| 102 | + "coding-standards/baseline/safety" |
99 | 103 | ], |
100 | 104 | "implementation_scope": { |
101 | 105 | "description": "This implementation does not attempt to identify a relationship between the condition variable and the atomic operation." |
|
0 commit comments